#25C0C9

Color #25C0C9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #25C0C9

Tints of Light Sea Green #25C0C9

Color information

#25C0C9 (or 0x25C0C9) is unknown color: approx Light Sea Green. HEX triplet: 25, C0 and C9. RGB value is (37,192,201). Sum of RGB (Red+Green+Blue) = 37+192+201=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #25C0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0C9 is #DA3F36. Grayscale: #929292. Windows color (decimal): -14303031 or 13221925. OLE color: 13221925.

HSL color Cylindrical-coordinate representation of color #25C0C9: hue angle of 183.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C0C9 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB37192201-
CMYK0.820.0400.21
HSL183.29º68.91%46.67%-
HSV(B)183.29º81.59%78.82%-
XYZ30.1642.3161.84-
YUV146.68158.6549.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 8.60%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=8.60%
G=44.65%
B=46.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal371922010.820.0400.21183.2968.9146.67
Hex25C0C9524015b7452f
Octal45300311122402526710557
Binary10010111000000110010011010010100010101101101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25C0C9; }

 p { color: rgb(37,192,201); }

 H1.HeaderClassName
 {
   color: #25C0C9;
 }
 .AnyTagClassName
 {
   color: #25C0C9;
 }
</style>
background-color css

<style>
 a { background-color: #25C0C9; }

 a { background-color: rgb(37,192,201); }

 div.DivClassName
 {
   background-color: #25C0C9;
 }
 .BgClassName
 {
   background-color: #25C0C9;
 }
</style>
border-color css

<style>
 span { border-color: #25C0C9; }

 span { border-color: rgb(37,192,201); }

 td.TdClassName
 {
   border-color: #25C0C9;
 }
 .TagClassName
 {
   border-color: #25C0C9;
 }
</style>