Shades of Light Sea Green #25ADAC
Tints of Light Sea Green #25ADAC
RGB
CMYK
RGB Variations
Color information
#25ADAC (or 0x25ADAC) is known color: Light Sea Green. HEX triplet: 25, AD and AC. RGB value is (37,173,172). Sum of RGB (Red+Green+Blue) = 37+173+172=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #25ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25ADAC is #DA5253. Grayscale: #848484. Windows color (decimal): -14307924 or 11316517. OLE color: 11316517.
HSL color Cylindrical-coordinate representation of color #25ADAC: hue angle of 179.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25ADAC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 172 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.32 |
| HSL | 179.56º | 0.65% | 0.41% | - |
| HSV(B) | 179.56º | 0.79% | 0.68% | - |
| XYZ | 23.15 | 33.26 | 44.23 | - |
| YUV | 132.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 172 | 0.79 | 0 | 0.01 | 0.32 | 179.56 | 0.65 | 0.41 |
| Hex | 25 | AD | AC | 4F | 0 | 1 | 20 | B4 | 41 | 29 |
| Octal | 45 | 255 | 254 | 117 | 0 | 1 | 40 | 264 | 101 | 51 |
| Binary | 100101 | 10101101 | 10101100 | 1001111 | 0 | 1 | 100000 | 10110100 | 1000001 | 101001 |
Color Harmonies of #25ADAC
Complementary color
Monochromatic Colors of #25ADAC
Black with #25ADAC
Text Example
Text Example
White with #25ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ADAC; }
p { color: rgb(37,173,172); }
H1.HeaderClassName
{
color: #25ADAC;
}
.AnyTagClassName
{
color: #25ADAC;
}
</style>
background-color css
<style>
a { background-color: #25ADAC; }
a { background-color: rgb(37,173,172); }
div.DivClassName
{
background-color: #25ADAC;
}
.BgClassName
{
background-color: #25ADAC;
}
</style>
border-color css
<style>
span { border-color: #25ADAC; }
span { border-color: rgb(37,173,172); }
td.TdClassName
{
border-color: #25ADAC;
}
.TagClassName
{
border-color: #25ADAC;
}
</style>