Shades of Light Sea Green #31C0AF
Tints of Light Sea Green #31C0AF
RGB
CMYK
RGB Variations
Color information
#31C0AF (or 0x31C0AF) is known color: Light Sea Green. HEX triplet: 31, C0 and AF. RGB value is (49,192,175). Sum of RGB (Red+Green+Blue) = 49+192+175=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #31C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C0AF is #CE3F50. Grayscale: #939393. Windows color (decimal): -13516625 or 11518001. OLE color: 11518001.
HSL color Cylindrical-coordinate representation of color #31C0AF: hue angle of 172.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C0AF is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 175 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.25 |
| HSL | 172.87º | 0.59% | 0.47% | - |
| HSV(B) | 172.87º | 0.74% | 0.75% | - |
| XYZ | 27.85 | 41.45 | 47.09 | - |
| YUV | 147.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 175 | 0.74 | 0 | 0.09 | 0.25 | 172.87 | 0.59 | 0.47 |
| Hex | 31 | C0 | AF | 4A | 0 | 9 | 19 | AD | 3B | 2F |
| Octal | 61 | 300 | 257 | 112 | 0 | 11 | 31 | 255 | 73 | 57 |
| Binary | 110001 | 11000000 | 10101111 | 1001010 | 0 | 1001 | 11001 | 10101101 | 111011 | 101111 |
Color Harmonies of #31C0AF
Complementary color
Monochromatic Colors of #31C0AF
Black with #31C0AF
Text Example
Text Example
White with #31C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0AF; }
p { color: rgb(49,192,175); }
H1.HeaderClassName
{
color: #31C0AF;
}
.AnyTagClassName
{
color: #31C0AF;
}
</style>
background-color css
<style>
a { background-color: #31C0AF; }
a { background-color: rgb(49,192,175); }
div.DivClassName
{
background-color: #31C0AF;
}
.BgClassName
{
background-color: #31C0AF;
}
</style>
border-color css
<style>
span { border-color: #31C0AF; }
span { border-color: rgb(49,192,175); }
td.TdClassName
{
border-color: #31C0AF;
}
.TagClassName
{
border-color: #31C0AF;
}
</style>