Shades of Light Sea Green #25CEC0
Tints of Light Sea Green #25CEC0
RGB
CMYK
RGB Variations
Color information
#25CEC0 (or 0x25CEC0) is known color: Light Sea Green. HEX triplet: 25, CE and C0. RGB value is (37,206,192). Sum of RGB (Red+Green+Blue) = 37+206+192=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CEC0 is #DA313F. Grayscale: #999999. Windows color (decimal): -14299456 or 12635685. OLE color: 12635685.
HSL color Cylindrical-coordinate representation of color #25CEC0: hue angle of 175.03º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CEC0 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 192 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.19 |
| HSL | 175.03º | 0.7% | 0.48% | - |
| HSV(B) | 175.03º | 0.82% | 0.81% | - |
| XYZ | 32.35 | 48.34 | 57.5 | - |
| YUV | 153.87 | 149.51 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 192 | 0.82 | 0 | 0.07 | 0.19 | 175.03 | 0.7 | 0.48 |
| Hex | 25 | CE | C0 | 52 | 0 | 7 | 13 | AF | 46 | 30 |
| Octal | 45 | 316 | 300 | 122 | 0 | 7 | 23 | 257 | 106 | 60 |
| Binary | 100101 | 11001110 | 11000000 | 1010010 | 0 | 111 | 10011 | 10101111 | 1000110 | 110000 |
Color Harmonies of #25CEC0
Complementary color
Monochromatic Colors of #25CEC0
Black with #25CEC0
Text Example
Text Example
White with #25CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEC0; }
p { color: rgb(37,206,192); }
H1.HeaderClassName
{
color: #25CEC0;
}
.AnyTagClassName
{
color: #25CEC0;
}
</style>
background-color css
<style>
a { background-color: #25CEC0; }
a { background-color: rgb(37,206,192); }
div.DivClassName
{
background-color: #25CEC0;
}
.BgClassName
{
background-color: #25CEC0;
}
</style>
border-color css
<style>
span { border-color: #25CEC0; }
span { border-color: rgb(37,206,192); }
td.TdClassName
{
border-color: #25CEC0;
}
.TagClassName
{
border-color: #25CEC0;
}
</style>