#25B6C6

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

Shades of Light Sea Green #25B6C6

Tints of Light Sea Green #25B6C6

Color information

#25B6C6 (or 0x25B6C6) is unknown color: approx Light Sea Green. HEX triplet: 25, B6 and C6. RGB value is (37,182,198). Sum of RGB (Red+Green+Blue) = 37+182+198=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #25B6C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B6C6 is #DA4939. Grayscale: #8C8C8C. Windows color (decimal): -14305594 or 13022757. OLE color: 13022757.

HSL color Cylindrical-coordinate representation of color #25B6C6: hue angle of 185.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25B6C6 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37182198-
CMYK0.810.0800.22
HSL185.96º68.51%46.08%-
HSV(B)185.96º81.31%77.65%-
XYZ27.6837.9359.29-
YUV140.47160.4654.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.87%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=8.87%
G=43.65%
B=47.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371821980.810.0800.22185.9668.5146.08
Hex25B6C6518016ba452e
Octal452663061211002627210556
Binary100101101101101100011010100011000010110101110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,182,198); }

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

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

 a { background-color: rgb(37,182,198); }

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

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

 span { border-color: rgb(37,182,198); }

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