Shades of Light Sea Green #31CAB7
Tints of Light Sea Green #31CAB7
RGB
CMYK
RGB Variations
Color information
#31CAB7 (or 0x31CAB7) is known color: Light Sea Green. HEX triplet: 31, CA and B7. RGB value is (49,202,183). Sum of RGB (Red+Green+Blue) = 49+202+183=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #31CAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CAB7 is #CE3548. Grayscale: #9A9A9A. Windows color (decimal): -13514057 or 12044849. OLE color: 12044849.
HSL color Cylindrical-coordinate representation of color #31CAB7: hue angle of 172.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CAB7 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 183 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.21 |
| HSL | 172.55º | 0.61% | 0.49% | - |
| HSV(B) | 172.55º | 0.76% | 0.79% | - |
| XYZ | 30.93 | 46.31 | 52.11 | - |
| YUV | 154.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 183 | 0.76 | 0 | 0.09 | 0.21 | 172.55 | 0.61 | 0.49 |
| Hex | 31 | CA | B7 | 4C | 0 | 9 | 15 | AD | 3D | 31 |
| Octal | 61 | 312 | 267 | 114 | 0 | 11 | 25 | 255 | 75 | 61 |
| Binary | 110001 | 11001010 | 10110111 | 1001100 | 0 | 1001 | 10101 | 10101101 | 111101 | 110001 |
Color Harmonies of #31CAB7
Complementary color
Monochromatic Colors of #31CAB7
Black with #31CAB7
Text Example
Text Example
White with #31CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAB7; }
p { color: rgb(49,202,183); }
H1.HeaderClassName
{
color: #31CAB7;
}
.AnyTagClassName
{
color: #31CAB7;
}
</style>
background-color css
<style>
a { background-color: #31CAB7; }
a { background-color: rgb(49,202,183); }
div.DivClassName
{
background-color: #31CAB7;
}
.BgClassName
{
background-color: #31CAB7;
}
</style>
border-color css
<style>
span { border-color: #31CAB7; }
span { border-color: rgb(49,202,183); }
td.TdClassName
{
border-color: #31CAB7;
}
.TagClassName
{
border-color: #31CAB7;
}
</style>