Shades of Light Sea Green #25A8AA
Tints of Light Sea Green #25A8AA
RGB
CMYK
RGB Variations
Color information
#25A8AA (or 0x25A8AA) is known color: Light Sea Green. HEX triplet: 25, A8 and AA. RGB value is (37,168,170). Sum of RGB (Red+Green+Blue) = 37+168+170=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #25A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AA is #DA5755. Grayscale: #808080. Windows color (decimal): -14309206 or 11184165. OLE color: 11184165.
HSL color Cylindrical-coordinate representation of color #25A8AA: hue angle of 180.9º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A8AA is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 168 | 170 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.33 |
| HSL | 180.9º | 0.64% | 0.41% | - |
| HSV(B) | 180.9º | 0.78% | 0.67% | - |
| XYZ | 22.02 | 31.3 | 42.91 | - |
| YUV | 129.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 170 | 0.78 | 0.01 | 0 | 0.33 | 180.9 | 0.64 | 0.41 |
| Hex | 25 | A8 | AA | 4E | 1 | 0 | 21 | B5 | 40 | 29 |
| Octal | 45 | 250 | 252 | 116 | 1 | 0 | 41 | 265 | 100 | 51 |
| Binary | 100101 | 10101000 | 10101010 | 1001110 | 1 | 0 | 100001 | 10110101 | 1000000 | 101001 |
Color Harmonies of #25A8AA
Complementary color
Monochromatic Colors of #25A8AA
Black with #25A8AA
Text Example
Text Example
White with #25A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8AA; }
p { color: rgb(37,168,170); }
H1.HeaderClassName
{
color: #25A8AA;
}
.AnyTagClassName
{
color: #25A8AA;
}
</style>
background-color css
<style>
a { background-color: #25A8AA; }
a { background-color: rgb(37,168,170); }
div.DivClassName
{
background-color: #25A8AA;
}
.BgClassName
{
background-color: #25A8AA;
}
</style>
border-color css
<style>
span { border-color: #25A8AA; }
span { border-color: rgb(37,168,170); }
td.TdClassName
{
border-color: #25A8AA;
}
.TagClassName
{
border-color: #25A8AA;
}
</style>