Shades of Light Sea Green #25BFAC
Tints of Light Sea Green #25BFAC
RGB
CMYK
RGB Variations
Color information
#25BFAC (or 0x25BFAC) is known color: Light Sea Green. HEX triplet: 25, BF and AC. RGB value is (37,191,172). Sum of RGB (Red+Green+Blue) = 37+191+172=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #25BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BFAC is #DA4053. Grayscale: #8E8E8E. Windows color (decimal): -14303316 or 11321125. OLE color: 11321125.
HSL color Cylindrical-coordinate representation of color #25BFAC: hue angle of 172.6º 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 #25BFAC is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 191 | 172 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.25 |
| HSL | 172.6º | 0.68% | 0.45% | - |
| HSV(B) | 172.6º | 0.81% | 0.75% | - |
| XYZ | 26.84 | 40.63 | 45.46 | - |
| YUV | 142.79 | 144.48 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 172 | 0.81 | 0 | 0.10 | 0.25 | 172.6 | 0.68 | 0.45 |
| Hex | 25 | BF | AC | 51 | 0 | A | 19 | AD | 44 | 2D |
| Octal | 45 | 277 | 254 | 121 | 0 | 12 | 31 | 255 | 104 | 55 |
| Binary | 100101 | 10111111 | 10101100 | 1010001 | 0 | 1010 | 11001 | 10101101 | 1000100 | 101101 |
Color Harmonies of #25BFAC
Complementary color
Monochromatic Colors of #25BFAC
Black with #25BFAC
Text Example
Text Example
White with #25BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFAC; }
p { color: rgb(37,191,172); }
H1.HeaderClassName
{
color: #25BFAC;
}
.AnyTagClassName
{
color: #25BFAC;
}
</style>
background-color css
<style>
a { background-color: #25BFAC; }
a { background-color: rgb(37,191,172); }
div.DivClassName
{
background-color: #25BFAC;
}
.BgClassName
{
background-color: #25BFAC;
}
</style>
border-color css
<style>
span { border-color: #25BFAC; }
span { border-color: rgb(37,191,172); }
td.TdClassName
{
border-color: #25BFAC;
}
.TagClassName
{
border-color: #25BFAC;
}
</style>