Shades of Light Sea Green #31B7AF
Tints of Light Sea Green #31B7AF
RGB
CMYK
RGB Variations
Color information
#31B7AF (or 0x31B7AF) is known color: Light Sea Green. HEX triplet: 31, B7 and AF. RGB value is (49,183,175). Sum of RGB (Red+Green+Blue) = 49+183+175=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #31B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B7AF is #CE4850. Grayscale: #8D8D8D. Windows color (decimal): -13518929 or 11515697. OLE color: 11515697.
HSL color Cylindrical-coordinate representation of color #31B7AF: hue angle of 176.42º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B7AF is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 175 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.28 |
| HSL | 176.42º | 0.58% | 0.45% | - |
| HSV(B) | 176.42º | 0.73% | 0.72% | - |
| XYZ | 25.94 | 37.62 | 46.45 | - |
| YUV | 142.02 | 146.61 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 175 | 0.73 | 0 | 0.04 | 0.28 | 176.42 | 0.58 | 0.45 |
| Hex | 31 | B7 | AF | 49 | 0 | 4 | 1C | B0 | 3A | 2D |
| Octal | 61 | 267 | 257 | 111 | 0 | 4 | 34 | 260 | 72 | 55 |
| Binary | 110001 | 10110111 | 10101111 | 1001001 | 0 | 100 | 11100 | 10110000 | 111010 | 101101 |
Color Harmonies of #31B7AF
Complementary color
Monochromatic Colors of #31B7AF
Black with #31B7AF
Text Example
Text Example
White with #31B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B7AF; }
p { color: rgb(49,183,175); }
H1.HeaderClassName
{
color: #31B7AF;
}
.AnyTagClassName
{
color: #31B7AF;
}
</style>
background-color css
<style>
a { background-color: #31B7AF; }
a { background-color: rgb(49,183,175); }
div.DivClassName
{
background-color: #31B7AF;
}
.BgClassName
{
background-color: #31B7AF;
}
</style>
border-color css
<style>
span { border-color: #31B7AF; }
span { border-color: rgb(49,183,175); }
td.TdClassName
{
border-color: #31B7AF;
}
.TagClassName
{
border-color: #31B7AF;
}
</style>