Shades of Light Sea Green #31B2A0
Tints of Light Sea Green #31B2A0
RGB
CMYK
RGB Variations
Color information
#31B2A0 (or 0x31B2A0) is known color: Light Sea Green. HEX triplet: 31, B2 and A0. RGB value is (49,178,160). Sum of RGB (Red+Green+Blue) = 49+178+160=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #31B2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B2A0 is #CE4D5F. Grayscale: #898989. Windows color (decimal): -13520224 or 10531377. OLE color: 10531377.
HSL color Cylindrical-coordinate representation of color #31B2A0: hue angle of 171.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B2A0 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 160 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.30 |
| HSL | 171.63º | 0.57% | 0.45% | - |
| HSV(B) | 171.63º | 0.72% | 0.7% | - |
| XYZ | 23.53 | 35.03 | 38.78 | - |
| YUV | 137.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 160 | 0.72 | 0 | 0.10 | 0.30 | 171.63 | 0.57 | 0.45 |
| Hex | 31 | B2 | A0 | 48 | 0 | A | 1E | AC | 39 | 2D |
| Octal | 61 | 262 | 240 | 110 | 0 | 12 | 36 | 254 | 71 | 55 |
| Binary | 110001 | 10110010 | 10100000 | 1001000 | 0 | 1010 | 11110 | 10101100 | 111001 | 101101 |
Color Harmonies of #31B2A0
Complementary color
Monochromatic Colors of #31B2A0
Black with #31B2A0
Text Example
Text Example
White with #31B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B2A0; }
p { color: rgb(49,178,160); }
H1.HeaderClassName
{
color: #31B2A0;
}
.AnyTagClassName
{
color: #31B2A0;
}
</style>
background-color css
<style>
a { background-color: #31B2A0; }
a { background-color: rgb(49,178,160); }
div.DivClassName
{
background-color: #31B2A0;
}
.BgClassName
{
background-color: #31B2A0;
}
</style>
border-color css
<style>
span { border-color: #31B2A0; }
span { border-color: rgb(49,178,160); }
td.TdClassName
{
border-color: #31B2A0;
}
.TagClassName
{
border-color: #31B2A0;
}
</style>