Shades of Light Sea Green #31BBBE
Tints of Light Sea Green #31BBBE
RGB
CMYK
RGB Variations
Color information
#31BBBE (or 0x31BBBE) is known color: Light Sea Green. HEX triplet: 31, BB and BE. RGB value is (49,187,190). Sum of RGB (Red+Green+Blue) = 49+187+190=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #31BBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBBE is #CE4441. Grayscale: #919191. Windows color (decimal): -13517890 or 12499761. OLE color: 12499761.
HSL color Cylindrical-coordinate representation of color #31BBBE: hue angle of 181.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BBBE is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 187 | 190 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.25 |
| HSL | 181.28º | 0.59% | 0.47% | - |
| HSV(B) | 181.28º | 0.74% | 0.75% | - |
| XYZ | 28.33 | 39.91 | 54.93 | - |
| YUV | 146.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 190 | 0.74 | 0.02 | 0 | 0.25 | 181.28 | 0.59 | 0.47 |
| Hex | 31 | BB | BE | 4A | 2 | 0 | 19 | B5 | 3B | 2F |
| Octal | 61 | 273 | 276 | 112 | 2 | 0 | 31 | 265 | 73 | 57 |
| Binary | 110001 | 10111011 | 10111110 | 1001010 | 10 | 0 | 11001 | 10110101 | 111011 | 101111 |
Color Harmonies of #31BBBE
Complementary color
Monochromatic Colors of #31BBBE
Black with #31BBBE
Text Example
Text Example
White with #31BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBBE; }
p { color: rgb(49,187,190); }
H1.HeaderClassName
{
color: #31BBBE;
}
.AnyTagClassName
{
color: #31BBBE;
}
</style>
background-color css
<style>
a { background-color: #31BBBE; }
a { background-color: rgb(49,187,190); }
div.DivClassName
{
background-color: #31BBBE;
}
.BgClassName
{
background-color: #31BBBE;
}
</style>
border-color css
<style>
span { border-color: #31BBBE; }
span { border-color: rgb(49,187,190); }
td.TdClassName
{
border-color: #31BBBE;
}
.TagClassName
{
border-color: #31BBBE;
}
</style>