Shades of Light Sea Green #31B6A8
Tints of Light Sea Green #31B6A8
RGB
CMYK
RGB Variations
Color information
#31B6A8 (or 0x31B6A8) is known color: Light Sea Green. HEX triplet: 31, B6 and A8. RGB value is (49,182,168). Sum of RGB (Red+Green+Blue) = 49+182+168=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #31B6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B6A8 is #CE4957. Grayscale: #8C8C8C. Windows color (decimal): -13519192 or 11056689. OLE color: 11056689.
HSL color Cylindrical-coordinate representation of color #31B6A8: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B6A8 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 168 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.29 |
| HSL | 173.68º | 0.58% | 0.45% | - |
| HSV(B) | 173.68º | 0.73% | 0.71% | - |
| XYZ | 25.06 | 36.94 | 42.85 | - |
| YUV | 140.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 168 | 0.73 | 0 | 0.08 | 0.29 | 173.68 | 0.58 | 0.45 |
| Hex | 31 | B6 | A8 | 49 | 0 | 8 | 1D | AE | 3A | 2D |
| Octal | 61 | 266 | 250 | 111 | 0 | 10 | 35 | 256 | 72 | 55 |
| Binary | 110001 | 10110110 | 10101000 | 1001001 | 0 | 1000 | 11101 | 10101110 | 111010 | 101101 |
Color Harmonies of #31B6A8
Complementary color
Monochromatic Colors of #31B6A8
Black with #31B6A8
Text Example
Text Example
White with #31B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B6A8; }
p { color: rgb(49,182,168); }
H1.HeaderClassName
{
color: #31B6A8;
}
.AnyTagClassName
{
color: #31B6A8;
}
</style>
background-color css
<style>
a { background-color: #31B6A8; }
a { background-color: rgb(49,182,168); }
div.DivClassName
{
background-color: #31B6A8;
}
.BgClassName
{
background-color: #31B6A8;
}
</style>
border-color css
<style>
span { border-color: #31B6A8; }
span { border-color: rgb(49,182,168); }
td.TdClassName
{
border-color: #31B6A8;
}
.TagClassName
{
border-color: #31B6A8;
}
</style>