Shades of Light Sea Green #25C0C6
Tints of Light Sea Green #25C0C6
RGB
CMYK
RGB Variations
Color information
#25C0C6 (or 0x25C0C6) is known color: Light Sea Green. HEX triplet: 25, C0 and C6. RGB value is (37,192,198). Sum of RGB (Red+Green+Blue) = 37+192+198=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #25C0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0C6 is #DA3F39. Grayscale: #929292. Windows color (decimal): -14303034 or 13025317. OLE color: 13025317.
HSL color Cylindrical-coordinate representation of color #25C0C6: hue angle of 182.24º 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 #25C0C6 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 192 | 198 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.22 |
| HSL | 182.24º | 0.69% | 0.46% | - |
| HSV(B) | 182.24º | 0.81% | 0.78% | - |
| XYZ | 29.81 | 42.17 | 59.99 | - |
| YUV | 146.34 | 157.15 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 198 | 0.81 | 0.03 | 0 | 0.22 | 182.24 | 0.69 | 0.46 |
| Hex | 25 | C0 | C6 | 51 | 3 | 0 | 16 | B6 | 45 | 2E |
| Octal | 45 | 300 | 306 | 121 | 3 | 0 | 26 | 266 | 105 | 56 |
| Binary | 100101 | 11000000 | 11000110 | 1010001 | 11 | 0 | 10110 | 10110110 | 1000101 | 101110 |
Color Harmonies of #25C0C6
Complementary color
Monochromatic Colors of #25C0C6
Black with #25C0C6
Text Example
Text Example
White with #25C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C0C6; }
p { color: rgb(37,192,198); }
H1.HeaderClassName
{
color: #25C0C6;
}
.AnyTagClassName
{
color: #25C0C6;
}
</style>
background-color css
<style>
a { background-color: #25C0C6; }
a { background-color: rgb(37,192,198); }
div.DivClassName
{
background-color: #25C0C6;
}
.BgClassName
{
background-color: #25C0C6;
}
</style>
border-color css
<style>
span { border-color: #25C0C6; }
span { border-color: rgb(37,192,198); }
td.TdClassName
{
border-color: #25C0C6;
}
.TagClassName
{
border-color: #25C0C6;
}
</style>