Shades of Light Sea Green #25A5A8
Tints of Light Sea Green #25A5A8
RGB
CMYK
RGB Variations
Color information
#25A5A8 (or 0x25A5A8) is known color: Light Sea Green. HEX triplet: 25, A5 and A8. RGB value is (37,165,168). Sum of RGB (Red+Green+Blue) = 37+165+168=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 168 - color contains mainly: blue. Hex color #25A5A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A5A8 is #DA5A57. Grayscale: #7E7E7E. Windows color (decimal): -14309976 or 11052325. OLE color: 11052325.
HSL color Cylindrical-coordinate representation of color #25A5A8: hue angle of 181.37º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A5A8 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 165 | 168 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.34 |
| HSL | 181.37º | 0.64% | 0.4% | - |
| HSV(B) | 181.37º | 0.78% | 0.66% | - |
| XYZ | 21.29 | 30.13 | 41.74 | - |
| YUV | 127.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 165 | 168 | 0.78 | 0.02 | 0 | 0.34 | 181.37 | 0.64 | 0.4 |
| Hex | 25 | A5 | A8 | 4E | 2 | 0 | 22 | B5 | 40 | 28 |
| Octal | 45 | 245 | 250 | 116 | 2 | 0 | 42 | 265 | 100 | 50 |
| Binary | 100101 | 10100101 | 10101000 | 1001110 | 10 | 0 | 100010 | 10110101 | 1000000 | 101000 |
Color Harmonies of #25A5A8
Complementary color
Monochromatic Colors of #25A5A8
Black with #25A5A8
Text Example
Text Example
White with #25A5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A5A8; }
p { color: rgb(37,165,168); }
H1.HeaderClassName
{
color: #25A5A8;
}
.AnyTagClassName
{
color: #25A5A8;
}
</style>
background-color css
<style>
a { background-color: #25A5A8; }
a { background-color: rgb(37,165,168); }
div.DivClassName
{
background-color: #25A5A8;
}
.BgClassName
{
background-color: #25A5A8;
}
</style>
border-color css
<style>
span { border-color: #25A5A8; }
span { border-color: rgb(37,165,168); }
td.TdClassName
{
border-color: #25A5A8;
}
.TagClassName
{
border-color: #25A5A8;
}
</style>