Shades of Light Sea Green #25AEA0
Tints of Light Sea Green #25AEA0
RGB
CMYK
RGB Variations
Color information
#25AEA0 (or 0x25AEA0) is known color: Light Sea Green. HEX triplet: 25, AE and A0. RGB value is (37,174,160). Sum of RGB (Red+Green+Blue) = 37+174+160=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #25AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AEA0 is #DA515F. Grayscale: #838383. Windows color (decimal): -14307680 or 10530341. OLE color: 10530341.
HSL color Cylindrical-coordinate representation of color #25AEA0: hue angle of 173.87º 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 #25AEA0 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 174 | 160 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.32 |
| HSL | 173.87º | 0.65% | 0.41% | - |
| HSV(B) | 173.87º | 0.79% | 0.68% | - |
| XYZ | 22.24 | 33.2 | 38.49 | - |
| YUV | 131.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 160 | 0.79 | 0 | 0.08 | 0.32 | 173.87 | 0.65 | 0.41 |
| Hex | 25 | AE | A0 | 4F | 0 | 8 | 20 | AE | 41 | 29 |
| Octal | 45 | 256 | 240 | 117 | 0 | 10 | 40 | 256 | 101 | 51 |
| Binary | 100101 | 10101110 | 10100000 | 1001111 | 0 | 1000 | 100000 | 10101110 | 1000001 | 101001 |
Color Harmonies of #25AEA0
Complementary color
Monochromatic Colors of #25AEA0
Black with #25AEA0
Text Example
Text Example
White with #25AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AEA0; }
p { color: rgb(37,174,160); }
H1.HeaderClassName
{
color: #25AEA0;
}
.AnyTagClassName
{
color: #25AEA0;
}
</style>
background-color css
<style>
a { background-color: #25AEA0; }
a { background-color: rgb(37,174,160); }
div.DivClassName
{
background-color: #25AEA0;
}
.BgClassName
{
background-color: #25AEA0;
}
</style>
border-color css
<style>
span { border-color: #25AEA0; }
span { border-color: rgb(37,174,160); }
td.TdClassName
{
border-color: #25AEA0;
}
.TagClassName
{
border-color: #25AEA0;
}
</style>