Shades of Light Sea Green #25BFAA
Tints of Light Sea Green #25BFAA
RGB
CMYK
RGB Variations
Color information
#25BFAA (or 0x25BFAA) is known color: Light Sea Green. HEX triplet: 25, BF and AA. RGB value is (37,191,170). Sum of RGB (Red+Green+Blue) = 37+191+170=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFAA is #DA4055. Grayscale: #8E8E8E. Windows color (decimal): -14303318 or 11190053. OLE color: 11190053.
HSL color Cylindrical-coordinate representation of color #25BFAA: hue angle of 171.82º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25BFAA is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 170 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.25 |
| HSL | 171.82º | 0.68% | 0.45% | - |
| HSV(B) | 171.82º | 0.81% | 0.75% | - |
| XYZ | 26.65 | 40.56 | 44.45 | - |
| YUV | 142.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 170 | 0.81 | 0 | 0.11 | 0.25 | 171.82 | 0.68 | 0.45 |
| Hex | 25 | BF | AA | 51 | 0 | B | 19 | AC | 44 | 2D |
| Octal | 45 | 277 | 252 | 121 | 0 | 13 | 31 | 254 | 104 | 55 |
| Binary | 100101 | 10111111 | 10101010 | 1010001 | 0 | 1011 | 11001 | 10101100 | 1000100 | 101101 |
Color Harmonies of #25BFAA
Complementary color
Monochromatic Colors of #25BFAA
Black with #25BFAA
Text Example
Text Example
White with #25BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFAA; }
p { color: rgb(37,191,170); }
H1.HeaderClassName
{
color: #25BFAA;
}
.AnyTagClassName
{
color: #25BFAA;
}
</style>
background-color css
<style>
a { background-color: #25BFAA; }
a { background-color: rgb(37,191,170); }
div.DivClassName
{
background-color: #25BFAA;
}
.BgClassName
{
background-color: #25BFAA;
}
</style>
border-color css
<style>
span { border-color: #25BFAA; }
span { border-color: rgb(37,191,170); }
td.TdClassName
{
border-color: #25BFAA;
}
.TagClassName
{
border-color: #25BFAA;
}
</style>