Shades of Light Sea Green #25AEA8
Tints of Light Sea Green #25AEA8
RGB
CMYK
RGB Variations
Color information
#25AEA8 (or 0x25AEA8) is known color: Light Sea Green. HEX triplet: 25, AE and A8. RGB value is (37,174,168). Sum of RGB (Red+Green+Blue) = 37+174+168=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #25AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEA8 is #DA5157. Grayscale: #848484. Windows color (decimal): -14307672 or 11054629. OLE color: 11054629.
HSL color Cylindrical-coordinate representation of color #25AEA8: hue angle of 177.37º 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 #25AEA8 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 174 | 168 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.32 |
| HSL | 177.37º | 0.65% | 0.41% | - |
| HSV(B) | 177.37º | 0.79% | 0.68% | - |
| XYZ | 22.97 | 33.49 | 42.3 | - |
| YUV | 132.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 168 | 0.79 | 0 | 0.03 | 0.32 | 177.37 | 0.65 | 0.41 |
| Hex | 25 | AE | A8 | 4F | 0 | 3 | 20 | B1 | 41 | 29 |
| Octal | 45 | 256 | 250 | 117 | 0 | 3 | 40 | 261 | 101 | 51 |
| Binary | 100101 | 10101110 | 10101000 | 1001111 | 0 | 11 | 100000 | 10110001 | 1000001 | 101001 |
Color Harmonies of #25AEA8
Complementary color
Monochromatic Colors of #25AEA8
Black with #25AEA8
Text Example
Text Example
White with #25AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AEA8; }
p { color: rgb(37,174,168); }
H1.HeaderClassName
{
color: #25AEA8;
}
.AnyTagClassName
{
color: #25AEA8;
}
</style>
background-color css
<style>
a { background-color: #25AEA8; }
a { background-color: rgb(37,174,168); }
div.DivClassName
{
background-color: #25AEA8;
}
.BgClassName
{
background-color: #25AEA8;
}
</style>
border-color css
<style>
span { border-color: #25AEA8; }
span { border-color: rgb(37,174,168); }
td.TdClassName
{
border-color: #25AEA8;
}
.TagClassName
{
border-color: #25AEA8;
}
</style>