Shades of Light Sea Green #25A8AF
Tints of Light Sea Green #25A8AF
RGB
CMYK
RGB Variations
Color information
#25A8AF (or 0x25A8AF) is known color: Light Sea Green. HEX triplet: 25, A8 and AF. RGB value is (37,168,175). Sum of RGB (Red+Green+Blue) = 37+168+175=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #25A8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A8AF is #DA5750. Grayscale: #818181. Windows color (decimal): -14309201 or 11511845. OLE color: 11511845.
HSL color Cylindrical-coordinate representation of color #25A8AF: hue angle of 183.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25A8AF is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 168 | 175 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.31 |
| HSL | 183.04º | 0.65% | 0.42% | - |
| HSV(B) | 183.04º | 0.79% | 0.69% | - |
| XYZ | 22.5 | 31.49 | 45.45 | - |
| YUV | 129.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 175 | 0.79 | 0.04 | 0 | 0.31 | 183.04 | 0.65 | 0.42 |
| Hex | 25 | A8 | AF | 4F | 4 | 0 | 1F | B7 | 41 | 2A |
| Octal | 45 | 250 | 257 | 117 | 4 | 0 | 37 | 267 | 101 | 52 |
| Binary | 100101 | 10101000 | 10101111 | 1001111 | 100 | 0 | 11111 | 10110111 | 1000001 | 101010 |
Color Harmonies of #25A8AF
Complementary color
Monochromatic Colors of #25A8AF
Black with #25A8AF
Text Example
Text Example
White with #25A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8AF; }
p { color: rgb(37,168,175); }
H1.HeaderClassName
{
color: #25A8AF;
}
.AnyTagClassName
{
color: #25A8AF;
}
</style>
background-color css
<style>
a { background-color: #25A8AF; }
a { background-color: rgb(37,168,175); }
div.DivClassName
{
background-color: #25A8AF;
}
.BgClassName
{
background-color: #25A8AF;
}
</style>
border-color css
<style>
span { border-color: #25A8AF; }
span { border-color: rgb(37,168,175); }
td.TdClassName
{
border-color: #25A8AF;
}
.TagClassName
{
border-color: #25A8AF;
}
</style>