Shades of Light Sea Green #31BBC1
Tints of Light Sea Green #31BBC1
RGB
CMYK
RGB Variations
Color information
#31BBC1 (or 0x31BBC1) is known color: Light Sea Green. HEX triplet: 31, BB and C1. RGB value is (49,187,193). Sum of RGB (Red+Green+Blue) = 49+187+193=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #31BBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BBC1 is #CE443E. Grayscale: #929292. Windows color (decimal): -13517887 or 12696369. OLE color: 12696369.
HSL color Cylindrical-coordinate representation of color #31BBC1: hue angle of 182.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31BBC1 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 187 | 193 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.24 |
| HSL | 182.5º | 0.6% | 0.47% | - |
| HSV(B) | 182.5º | 0.75% | 0.76% | - |
| XYZ | 28.66 | 40.04 | 56.67 | - |
| YUV | 146.42 | 154.28 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 193 | 0.75 | 0.03 | 0 | 0.24 | 182.5 | 0.6 | 0.47 |
| Hex | 31 | BB | C1 | 4B | 3 | 0 | 18 | B6 | 3C | 2F |
| Octal | 61 | 273 | 301 | 113 | 3 | 0 | 30 | 266 | 74 | 57 |
| Binary | 110001 | 10111011 | 11000001 | 1001011 | 11 | 0 | 11000 | 10110110 | 111100 | 101111 |
Color Harmonies of #31BBC1
Complementary color
Monochromatic Colors of #31BBC1
Black with #31BBC1
Text Example
Text Example
White with #31BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BBC1; }
p { color: rgb(49,187,193); }
H1.HeaderClassName
{
color: #31BBC1;
}
.AnyTagClassName
{
color: #31BBC1;
}
</style>
background-color css
<style>
a { background-color: #31BBC1; }
a { background-color: rgb(49,187,193); }
div.DivClassName
{
background-color: #31BBC1;
}
.BgClassName
{
background-color: #31BBC1;
}
</style>
border-color css
<style>
span { border-color: #31BBC1; }
span { border-color: rgb(49,187,193); }
td.TdClassName
{
border-color: #31BBC1;
}
.TagClassName
{
border-color: #31BBC1;
}
</style>