Shades of Light Sea Green #31BBA3
Tints of Light Sea Green #31BBA3
RGB
CMYK
RGB Variations
Color information
#31BBA3 (or 0x31BBA3) is known color: Light Sea Green. HEX triplet: 31, BB and A3. RGB value is (49,187,163). Sum of RGB (Red+Green+Blue) = 49+187+163=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BBA3 is #CE445C. Grayscale: #8E8E8E. Windows color (decimal): -13517917 or 10730289. OLE color: 10730289.
HSL color Cylindrical-coordinate representation of color #31BBA3: hue angle of 169.57º 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 #31BBA3 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 163 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.27 |
| HSL | 169.57º | 0.58% | 0.46% | - |
| HSV(B) | 169.57º | 0.74% | 0.73% | - |
| XYZ | 25.65 | 38.84 | 40.8 | - |
| YUV | 143 | 139.28 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 163 | 0.74 | 0 | 0.13 | 0.27 | 169.57 | 0.58 | 0.46 |
| Hex | 31 | BB | A3 | 4A | 0 | D | 1B | AA | 3A | 2E |
| Octal | 61 | 273 | 243 | 112 | 0 | 15 | 33 | 252 | 72 | 56 |
| Binary | 110001 | 10111011 | 10100011 | 1001010 | 0 | 1101 | 11011 | 10101010 | 111010 | 101110 |
Color Harmonies of #31BBA3
Complementary color
Monochromatic Colors of #31BBA3
Black with #31BBA3
Text Example
Text Example
White with #31BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBA3; }
p { color: rgb(49,187,163); }
H1.HeaderClassName
{
color: #31BBA3;
}
.AnyTagClassName
{
color: #31BBA3;
}
</style>
background-color css
<style>
a { background-color: #31BBA3; }
a { background-color: rgb(49,187,163); }
div.DivClassName
{
background-color: #31BBA3;
}
.BgClassName
{
background-color: #31BBA3;
}
</style>
border-color css
<style>
span { border-color: #31BBA3; }
span { border-color: rgb(49,187,163); }
td.TdClassName
{
border-color: #31BBA3;
}
.TagClassName
{
border-color: #31BBA3;
}
</style>