Shades of Light Sea Green #25C2A6
Tints of Light Sea Green #25C2A6
RGB
CMYK
RGB Variations
Color information
#25C2A6 (or 0x25C2A6) is known color: Light Sea Green. HEX triplet: 25, C2 and A6. RGB value is (37,194,166). Sum of RGB (Red+Green+Blue) = 37+194+166=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #25C2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C2A6 is #DA3D59. Grayscale: #8F8F8F. Windows color (decimal): -14302554 or 10928677. OLE color: 10928677.
HSL color Cylindrical-coordinate representation of color #25C2A6: hue angle of 169.3º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C2A6 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 194 | 166 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.24 |
| HSL | 169.3º | 0.68% | 0.45% | - |
| HSV(B) | 169.3º | 0.81% | 0.76% | - |
| XYZ | 26.94 | 41.73 | 42.71 | - |
| YUV | 143.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 194 | 166 | 0.81 | 0 | 0.14 | 0.24 | 169.3 | 0.68 | 0.45 |
| Hex | 25 | C2 | A6 | 51 | 0 | E | 18 | A9 | 44 | 2D |
| Octal | 45 | 302 | 246 | 121 | 0 | 16 | 30 | 251 | 104 | 55 |
| Binary | 100101 | 11000010 | 10100110 | 1010001 | 0 | 1110 | 11000 | 10101001 | 1000100 | 101101 |
Color Harmonies of #25C2A6
Complementary color
Monochromatic Colors of #25C2A6
Black with #25C2A6
Text Example
Text Example
White with #25C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C2A6; }
p { color: rgb(37,194,166); }
H1.HeaderClassName
{
color: #25C2A6;
}
.AnyTagClassName
{
color: #25C2A6;
}
</style>
background-color css
<style>
a { background-color: #25C2A6; }
a { background-color: rgb(37,194,166); }
div.DivClassName
{
background-color: #25C2A6;
}
.BgClassName
{
background-color: #25C2A6;
}
</style>
border-color css
<style>
span { border-color: #25C2A6; }
span { border-color: rgb(37,194,166); }
td.TdClassName
{
border-color: #25C2A6;
}
.TagClassName
{
border-color: #25C2A6;
}
</style>