Shades of Light Sea Green #31BBB8
Tints of Light Sea Green #31BBB8
RGB
CMYK
RGB Variations
Color information
#31BBB8 (or 0x31BBB8) is known color: Light Sea Green. HEX triplet: 31, BB and B8. RGB value is (49,187,184). Sum of RGB (Red+Green+Blue) = 49+187+184=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBB8 is #CE4447. Grayscale: #919191. Windows color (decimal): -13517896 or 12106545. OLE color: 12106545.
HSL color Cylindrical-coordinate representation of color #31BBB8: hue angle of 178.7º 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 #31BBB8 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 184 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.27 |
| HSL | 178.7º | 0.58% | 0.46% | - |
| HSV(B) | 178.7º | 0.74% | 0.73% | - |
| XYZ | 27.69 | 39.65 | 51.54 | - |
| YUV | 145.4 | 149.78 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 184 | 0.74 | 0 | 0.02 | 0.27 | 178.7 | 0.58 | 0.46 |
| Hex | 31 | BB | B8 | 4A | 0 | 2 | 1B | B3 | 3A | 2E |
| Octal | 61 | 273 | 270 | 112 | 0 | 2 | 33 | 263 | 72 | 56 |
| Binary | 110001 | 10111011 | 10111000 | 1001010 | 0 | 10 | 11011 | 10110011 | 111010 | 101110 |
Color Harmonies of #31BBB8
Complementary color
Monochromatic Colors of #31BBB8
Black with #31BBB8
Text Example
Text Example
White with #31BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBB8; }
p { color: rgb(49,187,184); }
H1.HeaderClassName
{
color: #31BBB8;
}
.AnyTagClassName
{
color: #31BBB8;
}
</style>
background-color css
<style>
a { background-color: #31BBB8; }
a { background-color: rgb(49,187,184); }
div.DivClassName
{
background-color: #31BBB8;
}
.BgClassName
{
background-color: #31BBB8;
}
</style>
border-color css
<style>
span { border-color: #31BBB8; }
span { border-color: rgb(49,187,184); }
td.TdClassName
{
border-color: #31BBB8;
}
.TagClassName
{
border-color: #31BBB8;
}
</style>