Shades of Light Sea Green #31C8B7
Tints of Light Sea Green #31C8B7
RGB
CMYK
RGB Variations
Color information
#31C8B7 (or 0x31C8B7) is known color: Light Sea Green. HEX triplet: 31, C8 and B7. RGB value is (49,200,183). Sum of RGB (Red+Green+Blue) = 49+200+183=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #31C8B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C8B7 is #CE3748. Grayscale: #989898. Windows color (decimal): -13514569 or 12044337. OLE color: 12044337.
HSL color Cylindrical-coordinate representation of color #31C8B7: hue angle of 173.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C8B7 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 183 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.22 |
| HSL | 173.25º | 0.61% | 0.49% | - |
| HSV(B) | 173.25º | 0.76% | 0.78% | - |
| XYZ | 30.47 | 45.38 | 51.95 | - |
| YUV | 152.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 183 | 0.76 | 0 | 0.08 | 0.22 | 173.25 | 0.61 | 0.49 |
| Hex | 31 | C8 | B7 | 4C | 0 | 8 | 16 | AD | 3D | 31 |
| Octal | 61 | 310 | 267 | 114 | 0 | 10 | 26 | 255 | 75 | 61 |
| Binary | 110001 | 11001000 | 10110111 | 1001100 | 0 | 1000 | 10110 | 10101101 | 111101 | 110001 |
Color Harmonies of #31C8B7
Complementary color
Monochromatic Colors of #31C8B7
Black with #31C8B7
Text Example
Text Example
White with #31C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C8B7; }
p { color: rgb(49,200,183); }
H1.HeaderClassName
{
color: #31C8B7;
}
.AnyTagClassName
{
color: #31C8B7;
}
</style>
background-color css
<style>
a { background-color: #31C8B7; }
a { background-color: rgb(49,200,183); }
div.DivClassName
{
background-color: #31C8B7;
}
.BgClassName
{
background-color: #31C8B7;
}
</style>
border-color css
<style>
span { border-color: #31C8B7; }
span { border-color: rgb(49,200,183); }
td.TdClassName
{
border-color: #31C8B7;
}
.TagClassName
{
border-color: #31C8B7;
}
</style>