Shades of Light Sea Green #31BAA6
Tints of Light Sea Green #31BAA6
RGB
CMYK
RGB Variations
Color information
#31BAA6 (or 0x31BAA6) is known color: Light Sea Green. HEX triplet: 31, BA and A6. RGB value is (49,186,166). Sum of RGB (Red+Green+Blue) = 49+186+166=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #31BAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BAA6 is #CE4559. Grayscale: #8E8E8E. Windows color (decimal): -13518170 or 10926641. OLE color: 10926641.
HSL color Cylindrical-coordinate representation of color #31BAA6: hue angle of 171.24º 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 #31BAA6 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 166 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.27 |
| HSL | 171.24º | 0.58% | 0.46% | - |
| HSV(B) | 171.24º | 0.74% | 0.73% | - |
| XYZ | 25.71 | 38.52 | 42.16 | - |
| YUV | 142.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 166 | 0.74 | 0 | 0.11 | 0.27 | 171.24 | 0.58 | 0.46 |
| Hex | 31 | BA | A6 | 4A | 0 | B | 1B | AB | 3A | 2E |
| Octal | 61 | 272 | 246 | 112 | 0 | 13 | 33 | 253 | 72 | 56 |
| Binary | 110001 | 10111010 | 10100110 | 1001010 | 0 | 1011 | 11011 | 10101011 | 111010 | 101110 |
Color Harmonies of #31BAA6
Complementary color
Monochromatic Colors of #31BAA6
Black with #31BAA6
Text Example
Text Example
White with #31BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BAA6; }
p { color: rgb(49,186,166); }
H1.HeaderClassName
{
color: #31BAA6;
}
.AnyTagClassName
{
color: #31BAA6;
}
</style>
background-color css
<style>
a { background-color: #31BAA6; }
a { background-color: rgb(49,186,166); }
div.DivClassName
{
background-color: #31BAA6;
}
.BgClassName
{
background-color: #31BAA6;
}
</style>
border-color css
<style>
span { border-color: #31BAA6; }
span { border-color: rgb(49,186,166); }
td.TdClassName
{
border-color: #31BAA6;
}
.TagClassName
{
border-color: #31BAA6;
}
</style>