Shades of Light Sea Green #25BEAC
Tints of Light Sea Green #25BEAC
RGB
CMYK
RGB Variations
Color information
#25BEAC (or 0x25BEAC) is known color: Light Sea Green. HEX triplet: 25, BE and AC. RGB value is (37,190,172). Sum of RGB (Red+Green+Blue) = 37+190+172=399 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.27% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #25BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BEAC is #DA4153. Grayscale: #8E8E8E. Windows color (decimal): -14303572 or 11320869. OLE color: 11320869.
HSL color Cylindrical-coordinate representation of color #25BEAC: hue angle of 172.94º degrees, saturation: 0.67, 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 #25BEAC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 190 | 172 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.25 |
| HSL | 172.94º | 0.67% | 0.45% | - |
| HSV(B) | 172.94º | 0.81% | 0.75% | - |
| XYZ | 26.62 | 40.2 | 45.39 | - |
| YUV | 142.2 | 144.81 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 172 | 0.81 | 0 | 0.09 | 0.25 | 172.94 | 0.67 | 0.45 |
| Hex | 25 | BE | AC | 51 | 0 | 9 | 19 | AD | 43 | 2D |
| Octal | 45 | 276 | 254 | 121 | 0 | 11 | 31 | 255 | 103 | 55 |
| Binary | 100101 | 10111110 | 10101100 | 1010001 | 0 | 1001 | 11001 | 10101101 | 1000011 | 101101 |
Color Harmonies of #25BEAC
Complementary color
Monochromatic Colors of #25BEAC
Black with #25BEAC
Text Example
Text Example
White with #25BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEAC; }
p { color: rgb(37,190,172); }
H1.HeaderClassName
{
color: #25BEAC;
}
.AnyTagClassName
{
color: #25BEAC;
}
</style>
background-color css
<style>
a { background-color: #25BEAC; }
a { background-color: rgb(37,190,172); }
div.DivClassName
{
background-color: #25BEAC;
}
.BgClassName
{
background-color: #25BEAC;
}
</style>
border-color css
<style>
span { border-color: #25BEAC; }
span { border-color: rgb(37,190,172); }
td.TdClassName
{
border-color: #25BEAC;
}
.TagClassName
{
border-color: #25BEAC;
}
</style>