Shades of Light Sea Green #31BDAC
Tints of Light Sea Green #31BDAC
RGB
CMYK
RGB Variations
Color information
#31BDAC (or 0x31BDAC) is known color: Light Sea Green. HEX triplet: 31, BD and AC. RGB value is (49,189,172). Sum of RGB (Red+Green+Blue) = 49+189+172=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDAC is #CE4253. Grayscale: #919191. Windows color (decimal): -13517396 or 11320625. OLE color: 11320625.
HSL color Cylindrical-coordinate representation of color #31BDAC: hue angle of 172.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BDAC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 172 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.26 |
| HSL | 172.71º | 0.59% | 0.47% | - |
| HSV(B) | 172.71º | 0.74% | 0.74% | - |
| XYZ | 26.91 | 40.03 | 45.34 | - |
| YUV | 145.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 172 | 0.74 | 0 | 0.09 | 0.26 | 172.71 | 0.59 | 0.47 |
| Hex | 31 | BD | AC | 4A | 0 | 9 | 1A | AD | 3B | 2F |
| Octal | 61 | 275 | 254 | 112 | 0 | 11 | 32 | 255 | 73 | 57 |
| Binary | 110001 | 10111101 | 10101100 | 1001010 | 0 | 1001 | 11010 | 10101101 | 111011 | 101111 |
Color Harmonies of #31BDAC
Complementary color
Monochromatic Colors of #31BDAC
Black with #31BDAC
Text Example
Text Example
White with #31BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDAC; }
p { color: rgb(49,189,172); }
H1.HeaderClassName
{
color: #31BDAC;
}
.AnyTagClassName
{
color: #31BDAC;
}
</style>
background-color css
<style>
a { background-color: #31BDAC; }
a { background-color: rgb(49,189,172); }
div.DivClassName
{
background-color: #31BDAC;
}
.BgClassName
{
background-color: #31BDAC;
}
</style>
border-color css
<style>
span { border-color: #31BDAC; }
span { border-color: rgb(49,189,172); }
td.TdClassName
{
border-color: #31BDAC;
}
.TagClassName
{
border-color: #31BDAC;
}
</style>