Shades of Light Sea Green #25B2A0
Tints of Light Sea Green #25B2A0
RGB
CMYK
RGB Variations
Color information
#25B2A0 (or 0x25B2A0) is known color: Light Sea Green. HEX triplet: 25, B2 and A0. RGB value is (37,178,160). Sum of RGB (Red+Green+Blue) = 37+178+160=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #25B2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B2A0 is #DA4D5F. Grayscale: #858585. Windows color (decimal): -14306656 or 10531365. OLE color: 10531365.
HSL color Cylindrical-coordinate representation of color #25B2A0: hue angle of 172.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B2A0 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 178 | 160 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.30 |
| HSL | 172.34º | 0.66% | 0.42% | - |
| HSV(B) | 172.34º | 0.79% | 0.7% | - |
| XYZ | 23.03 | 34.77 | 38.76 | - |
| YUV | 133.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 178 | 160 | 0.79 | 0 | 0.10 | 0.30 | 172.34 | 0.66 | 0.42 |
| Hex | 25 | B2 | A0 | 4F | 0 | A | 1E | AC | 42 | 2A |
| Octal | 45 | 262 | 240 | 117 | 0 | 12 | 36 | 254 | 102 | 52 |
| Binary | 100101 | 10110010 | 10100000 | 1001111 | 0 | 1010 | 11110 | 10101100 | 1000010 | 101010 |
Color Harmonies of #25B2A0
Complementary color
Monochromatic Colors of #25B2A0
Black with #25B2A0
Text Example
Text Example
White with #25B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B2A0; }
p { color: rgb(37,178,160); }
H1.HeaderClassName
{
color: #25B2A0;
}
.AnyTagClassName
{
color: #25B2A0;
}
</style>
background-color css
<style>
a { background-color: #25B2A0; }
a { background-color: rgb(37,178,160); }
div.DivClassName
{
background-color: #25B2A0;
}
.BgClassName
{
background-color: #25B2A0;
}
</style>
border-color css
<style>
span { border-color: #25B2A0; }
span { border-color: rgb(37,178,160); }
td.TdClassName
{
border-color: #25B2A0;
}
.TagClassName
{
border-color: #25B2A0;
}
</style>