Shades of Light Sea Green #31C0BB
Tints of Light Sea Green #31C0BB
RGB
CMYK
RGB Variations
Color information
#31C0BB (or 0x31C0BB) is known color: Light Sea Green. HEX triplet: 31, C0 and BB. RGB value is (49,192,187). Sum of RGB (Red+Green+Blue) = 49+192+187=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #31C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C0BB is #CE3F44. Grayscale: #949494. Windows color (decimal): -13516613 or 12304433. OLE color: 12304433.
HSL color Cylindrical-coordinate representation of color #31C0BB: hue angle of 177.9º 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 #31C0BB is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 187 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.25 |
| HSL | 177.9º | 0.59% | 0.47% | - |
| HSV(B) | 177.9º | 0.74% | 0.75% | - |
| XYZ | 29.09 | 41.94 | 53.58 | - |
| YUV | 148.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 187 | 0.74 | 0 | 0.03 | 0.25 | 177.9 | 0.59 | 0.47 |
| Hex | 31 | C0 | BB | 4A | 0 | 3 | 19 | B2 | 3B | 2F |
| Octal | 61 | 300 | 273 | 112 | 0 | 3 | 31 | 262 | 73 | 57 |
| Binary | 110001 | 11000000 | 10111011 | 1001010 | 0 | 11 | 11001 | 10110010 | 111011 | 101111 |
Color Harmonies of #31C0BB
Complementary color
Monochromatic Colors of #31C0BB
Black with #31C0BB
Text Example
Text Example
White with #31C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0BB; }
p { color: rgb(49,192,187); }
H1.HeaderClassName
{
color: #31C0BB;
}
.AnyTagClassName
{
color: #31C0BB;
}
</style>
background-color css
<style>
a { background-color: #31C0BB; }
a { background-color: rgb(49,192,187); }
div.DivClassName
{
background-color: #31C0BB;
}
.BgClassName
{
background-color: #31C0BB;
}
</style>
border-color css
<style>
span { border-color: #31C0BB; }
span { border-color: rgb(49,192,187); }
td.TdClassName
{
border-color: #31C0BB;
}
.TagClassName
{
border-color: #31C0BB;
}
</style>