Shades of Light Sea Green #31BBB7
Tints of Light Sea Green #31BBB7
RGB
CMYK
RGB Variations
Color information
#31BBB7 (or 0x31BBB7) is known color: Light Sea Green. HEX triplet: 31, BB and B7. RGB value is (49,187,183). Sum of RGB (Red+Green+Blue) = 49+187+183=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #31BBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBB7 is #CE4448. Grayscale: #919191. Windows color (decimal): -13517897 or 12041009. OLE color: 12041009.
HSL color Cylindrical-coordinate representation of color #31BBB7: hue angle of 178.26º 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 #31BBB7 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 183 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.27 |
| HSL | 178.26º | 0.58% | 0.46% | - |
| HSV(B) | 178.26º | 0.74% | 0.73% | - |
| XYZ | 27.58 | 39.61 | 50.99 | - |
| YUV | 145.28 | 149.28 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 183 | 0.74 | 0 | 0.02 | 0.27 | 178.26 | 0.58 | 0.46 |
| Hex | 31 | BB | B7 | 4A | 0 | 2 | 1B | B2 | 3A | 2E |
| Octal | 61 | 273 | 267 | 112 | 0 | 2 | 33 | 262 | 72 | 56 |
| Binary | 110001 | 10111011 | 10110111 | 1001010 | 0 | 10 | 11011 | 10110010 | 111010 | 101110 |
Color Harmonies of #31BBB7
Complementary color
Monochromatic Colors of #31BBB7
Black with #31BBB7
Text Example
Text Example
White with #31BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBB7; }
p { color: rgb(49,187,183); }
H1.HeaderClassName
{
color: #31BBB7;
}
.AnyTagClassName
{
color: #31BBB7;
}
</style>
background-color css
<style>
a { background-color: #31BBB7; }
a { background-color: rgb(49,187,183); }
div.DivClassName
{
background-color: #31BBB7;
}
.BgClassName
{
background-color: #31BBB7;
}
</style>
border-color css
<style>
span { border-color: #31BBB7; }
span { border-color: rgb(49,187,183); }
td.TdClassName
{
border-color: #31BBB7;
}
.TagClassName
{
border-color: #31BBB7;
}
</style>