Shades of Light Sea Green #25C8AF
Tints of Light Sea Green #25C8AF
RGB
CMYK
RGB Variations
Color information
#25C8AF (or 0x25C8AF) is known color: Light Sea Green. HEX triplet: 25, C8 and AF. RGB value is (37,200,175). Sum of RGB (Red+Green+Blue) = 37+200+175=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #25C8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C8AF is #DA3750. Grayscale: #949494. Windows color (decimal): -14301009 or 11520037. OLE color: 11520037.
HSL color Cylindrical-coordinate representation of color #25C8AF: hue angle of 170.8º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C8AF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 200 | 175 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.22 |
| HSL | 170.8º | 0.69% | 0.46% | - |
| HSV(B) | 170.8º | 0.82% | 0.78% | - |
| XYZ | 29.16 | 44.8 | 47.67 | - |
| YUV | 148.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 175 | 0.82 | 0 | 0.12 | 0.22 | 170.8 | 0.69 | 0.46 |
| Hex | 25 | C8 | AF | 52 | 0 | C | 16 | AB | 45 | 2E |
| Octal | 45 | 310 | 257 | 122 | 0 | 14 | 26 | 253 | 105 | 56 |
| Binary | 100101 | 11001000 | 10101111 | 1010010 | 0 | 1100 | 10110 | 10101011 | 1000101 | 101110 |
Color Harmonies of #25C8AF
Complementary color
Monochromatic Colors of #25C8AF
Black with #25C8AF
Text Example
Text Example
White with #25C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C8AF; }
p { color: rgb(37,200,175); }
H1.HeaderClassName
{
color: #25C8AF;
}
.AnyTagClassName
{
color: #25C8AF;
}
</style>
background-color css
<style>
a { background-color: #25C8AF; }
a { background-color: rgb(37,200,175); }
div.DivClassName
{
background-color: #25C8AF;
}
.BgClassName
{
background-color: #25C8AF;
}
</style>
border-color css
<style>
span { border-color: #25C8AF; }
span { border-color: rgb(37,200,175); }
td.TdClassName
{
border-color: #25C8AF;
}
.TagClassName
{
border-color: #25C8AF;
}
</style>