#25B7C6

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

Shades of Light Sea Green #25B7C6

Tints of Light Sea Green #25B7C6

Color information

#25B7C6 (or 0x25B7C6) is unknown color: approx Light Sea Green. HEX triplet: 25, B7 and C6. RGB value is (37,183,198). Sum of RGB (Red+Green+Blue) = 37+183+198=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #25B7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25B7C6 is #DA4839. Grayscale: #8C8C8C. Windows color (decimal): -14305338 or 13023013. OLE color: 13023013.

HSL color Cylindrical-coordinate representation of color #25B7C6: hue angle of 185.59º 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 #25B7C6 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37183198-
CMYK0.810.0800.22
HSL185.59º68.51%46.08%-
HSV(B)185.59º81.31%77.65%-
XYZ27.8938.3459.36-
YUV141.06160.1353.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.85%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=8.85%
G=43.78%
B=47.37%

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
Decimal371831980.810.0800.22185.5968.5146.08
Hex25B7C6518016ba452e
Octal452673061211002627210556
Binary100101101101111100011010100011000010110101110101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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