Shades of Light Sea Green #31B8AF
Tints of Light Sea Green #31B8AF
RGB
CMYK
RGB Variations
Color information
#31B8AF (or 0x31B8AF) is known color: Light Sea Green. HEX triplet: 31, B8 and AF. RGB value is (49,184,175). Sum of RGB (Red+Green+Blue) = 49+184+175=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #31B8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B8AF is #CE4750. Grayscale: #8E8E8E. Windows color (decimal): -13518673 or 11515953. OLE color: 11515953.
HSL color Cylindrical-coordinate representation of color #31B8AF: hue angle of 176º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B8AF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 184 | 175 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.28 |
| HSL | 176º | 0.58% | 0.46% | - |
| HSV(B) | 176º | 0.73% | 0.72% | - |
| XYZ | 26.14 | 38.03 | 46.52 | - |
| YUV | 142.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 175 | 0.73 | 0 | 0.05 | 0.28 | 176 | 0.58 | 0.46 |
| Hex | 31 | B8 | AF | 49 | 0 | 5 | 1C | B0 | 3A | 2E |
| Octal | 61 | 270 | 257 | 111 | 0 | 5 | 34 | 260 | 72 | 56 |
| Binary | 110001 | 10111000 | 10101111 | 1001001 | 0 | 101 | 11100 | 10110000 | 111010 | 101110 |
Color Harmonies of #31B8AF
Complementary color
Monochromatic Colors of #31B8AF
Black with #31B8AF
Text Example
Text Example
White with #31B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B8AF; }
p { color: rgb(49,184,175); }
H1.HeaderClassName
{
color: #31B8AF;
}
.AnyTagClassName
{
color: #31B8AF;
}
</style>
background-color css
<style>
a { background-color: #31B8AF; }
a { background-color: rgb(49,184,175); }
div.DivClassName
{
background-color: #31B8AF;
}
.BgClassName
{
background-color: #31B8AF;
}
</style>
border-color css
<style>
span { border-color: #31B8AF; }
span { border-color: rgb(49,184,175); }
td.TdClassName
{
border-color: #31B8AF;
}
.TagClassName
{
border-color: #31B8AF;
}
</style>