Shades of Light Sea Green #31BAA9
Tints of Light Sea Green #31BAA9
RGB
CMYK
RGB Variations
Color information
#31BAA9 (or 0x31BAA9) is known color: Light Sea Green. HEX triplet: 31, BA and A9. RGB value is (49,186,169). Sum of RGB (Red+Green+Blue) = 49+186+169=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAA9 is #CE4556. Grayscale: #8F8F8F. Windows color (decimal): -13518167 or 11123249. OLE color: 11123249.
HSL color Cylindrical-coordinate representation of color #31BAA9: hue angle of 172.55º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BAA9 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 169 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.27 |
| HSL | 172.55º | 0.58% | 0.46% | - |
| HSV(B) | 172.55º | 0.74% | 0.73% | - |
| XYZ | 25.99 | 38.64 | 43.62 | - |
| YUV | 143.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 169 | 0.74 | 0 | 0.09 | 0.27 | 172.55 | 0.58 | 0.46 |
| Hex | 31 | BA | A9 | 4A | 0 | 9 | 1B | AD | 3A | 2E |
| Octal | 61 | 272 | 251 | 112 | 0 | 11 | 33 | 255 | 72 | 56 |
| Binary | 110001 | 10111010 | 10101001 | 1001010 | 0 | 1001 | 11011 | 10101101 | 111010 | 101110 |
Color Harmonies of #31BAA9
Complementary color
Monochromatic Colors of #31BAA9
Black with #31BAA9
Text Example
Text Example
White with #31BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAA9; }
p { color: rgb(49,186,169); }
H1.HeaderClassName
{
color: #31BAA9;
}
.AnyTagClassName
{
color: #31BAA9;
}
</style>
background-color css
<style>
a { background-color: #31BAA9; }
a { background-color: rgb(49,186,169); }
div.DivClassName
{
background-color: #31BAA9;
}
.BgClassName
{
background-color: #31BAA9;
}
</style>
border-color css
<style>
span { border-color: #31BAA9; }
span { border-color: rgb(49,186,169); }
td.TdClassName
{
border-color: #31BAA9;
}
.TagClassName
{
border-color: #31BAA9;
}
</style>