Shades of Light Sea Green #31BAAC
Tints of Light Sea Green #31BAAC
RGB
CMYK
RGB Variations
Color information
#31BAAC (or 0x31BAAC) is known color: Light Sea Green. HEX triplet: 31, BA and AC. RGB value is (49,186,172). Sum of RGB (Red+Green+Blue) = 49+186+172=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAAC is #CE4553. Grayscale: #8F8F8F. Windows color (decimal): -13518164 or 11319857. OLE color: 11319857.
HSL color Cylindrical-coordinate representation of color #31BAAC: hue angle of 173.87º 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 #31BAAC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 172 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.27 |
| HSL | 173.87º | 0.58% | 0.46% | - |
| HSV(B) | 173.87º | 0.74% | 0.73% | - |
| XYZ | 26.27 | 38.75 | 45.12 | - |
| YUV | 143.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 172 | 0.74 | 0 | 0.08 | 0.27 | 173.87 | 0.58 | 0.46 |
| Hex | 31 | BA | AC | 4A | 0 | 8 | 1B | AE | 3A | 2E |
| Octal | 61 | 272 | 254 | 112 | 0 | 10 | 33 | 256 | 72 | 56 |
| Binary | 110001 | 10111010 | 10101100 | 1001010 | 0 | 1000 | 11011 | 10101110 | 111010 | 101110 |
Color Harmonies of #31BAAC
Complementary color
Monochromatic Colors of #31BAAC
Black with #31BAAC
Text Example
Text Example
White with #31BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAAC; }
p { color: rgb(49,186,172); }
H1.HeaderClassName
{
color: #31BAAC;
}
.AnyTagClassName
{
color: #31BAAC;
}
</style>
background-color css
<style>
a { background-color: #31BAAC; }
a { background-color: rgb(49,186,172); }
div.DivClassName
{
background-color: #31BAAC;
}
.BgClassName
{
background-color: #31BAAC;
}
</style>
border-color css
<style>
span { border-color: #31BAAC; }
span { border-color: rgb(49,186,172); }
td.TdClassName
{
border-color: #31BAAC;
}
.TagClassName
{
border-color: #31BAAC;
}
</style>