Shades of Light Sea Green #31BCB0
Tints of Light Sea Green #31BCB0
RGB
CMYK
RGB Variations
Color information
#31BCB0 (or 0x31BCB0) is known color: Light Sea Green. HEX triplet: 31, BC and B0. RGB value is (49,188,176). Sum of RGB (Red+Green+Blue) = 49+188+176=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BCB0 is #CE434F. Grayscale: #909090. Windows color (decimal): -13517648 or 11582513. OLE color: 11582513.
HSL color Cylindrical-coordinate representation of color #31BCB0: hue angle of 174.82º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BCB0 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 176 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.26 |
| HSL | 174.82º | 0.59% | 0.46% | - |
| HSV(B) | 174.82º | 0.74% | 0.74% | - |
| XYZ | 27.09 | 39.75 | 47.32 | - |
| YUV | 145.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 176 | 0.74 | 0 | 0.06 | 0.26 | 174.82 | 0.59 | 0.46 |
| Hex | 31 | BC | B0 | 4A | 0 | 6 | 1A | AF | 3B | 2E |
| Octal | 61 | 274 | 260 | 112 | 0 | 6 | 32 | 257 | 73 | 56 |
| Binary | 110001 | 10111100 | 10110000 | 1001010 | 0 | 110 | 11010 | 10101111 | 111011 | 101110 |
Color Harmonies of #31BCB0
Complementary color
Monochromatic Colors of #31BCB0
Black with #31BCB0
Text Example
Text Example
White with #31BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCB0; }
p { color: rgb(49,188,176); }
H1.HeaderClassName
{
color: #31BCB0;
}
.AnyTagClassName
{
color: #31BCB0;
}
</style>
background-color css
<style>
a { background-color: #31BCB0; }
a { background-color: rgb(49,188,176); }
div.DivClassName
{
background-color: #31BCB0;
}
.BgClassName
{
background-color: #31BCB0;
}
</style>
border-color css
<style>
span { border-color: #31BCB0; }
span { border-color: rgb(49,188,176); }
td.TdClassName
{
border-color: #31BCB0;
}
.TagClassName
{
border-color: #31BCB0;
}
</style>