Shades of Light Sea Green #31BBBB
Tints of Light Sea Green #31BBBB
RGB
CMYK
RGB Variations
Color information
#31BBBB (or 0x31BBBB) is known color: Light Sea Green. HEX triplet: 31, BB and BB. RGB value is (49,187,187). Sum of RGB (Red+Green+Blue) = 49+187+187=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #31BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBBB is #CE4444. Grayscale: #919191. Windows color (decimal): -13517893 or 12303153. OLE color: 12303153.
HSL color Cylindrical-coordinate representation of color #31BBBB: hue angle of 180º 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 #31BBBB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 187 | - |
| CMYK | 0.74 | 0 | 0 | 0.27 |
| HSL | 180º | 0.58% | 0.46% | - |
| HSV(B) | 180º | 0.74% | 0.73% | - |
| XYZ | 28.01 | 39.78 | 53.22 | - |
| YUV | 145.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 187 | 0.74 | 0 | 0 | 0.27 | 180 | 0.58 | 0.46 |
| Hex | 31 | BB | BB | 4A | 0 | 0 | 1B | B4 | 3A | 2E |
| Octal | 61 | 273 | 273 | 112 | 0 | 0 | 33 | 264 | 72 | 56 |
| Binary | 110001 | 10111011 | 10111011 | 1001010 | 0 | 0 | 11011 | 10110100 | 111010 | 101110 |
Color Harmonies of #31BBBB
Complementary color
Monochromatic Colors of #31BBBB
Black with #31BBBB
Text Example
Text Example
White with #31BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBBB; }
p { color: rgb(49,187,187); }
H1.HeaderClassName
{
color: #31BBBB;
}
.AnyTagClassName
{
color: #31BBBB;
}
</style>
background-color css
<style>
a { background-color: #31BBBB; }
a { background-color: rgb(49,187,187); }
div.DivClassName
{
background-color: #31BBBB;
}
.BgClassName
{
background-color: #31BBBB;
}
</style>
border-color css
<style>
span { border-color: #31BBBB; }
span { border-color: rgb(49,187,187); }
td.TdClassName
{
border-color: #31BBBB;
}
.TagClassName
{
border-color: #31BBBB;
}
</style>