Shades of Light Sea Green #31BCBC
Tints of Light Sea Green #31BCBC
RGB
CMYK
RGB Variations
Color information
#31BCBC (or 0x31BCBC) is known color: Light Sea Green. HEX triplet: 31, BC and BC. RGB value is (49,188,188). Sum of RGB (Red+Green+Blue) = 49+188+188=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #31BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCBC is #CE4343. Grayscale: #929292. Windows color (decimal): -13517636 or 12368945. OLE color: 12368945.
HSL color Cylindrical-coordinate representation of color #31BCBC: hue angle of 180º 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 #31BCBC is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 188 | - |
| CMYK | 0.74 | 0 | 0 | 0.26 |
| HSL | 180º | 0.59% | 0.46% | - |
| HSV(B) | 180º | 0.74% | 0.74% | - |
| XYZ | 28.33 | 40.25 | 53.85 | - |
| YUV | 146.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 188 | 0.74 | 0 | 0 | 0.26 | 180 | 0.59 | 0.46 |
| Hex | 31 | BC | BC | 4A | 0 | 0 | 1A | B4 | 3B | 2E |
| Octal | 61 | 274 | 274 | 112 | 0 | 0 | 32 | 264 | 73 | 56 |
| Binary | 110001 | 10111100 | 10111100 | 1001010 | 0 | 0 | 11010 | 10110100 | 111011 | 101110 |
Color Harmonies of #31BCBC
Complementary color
Monochromatic Colors of #31BCBC
Black with #31BCBC
Text Example
Text Example
White with #31BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCBC; }
p { color: rgb(49,188,188); }
H1.HeaderClassName
{
color: #31BCBC;
}
.AnyTagClassName
{
color: #31BCBC;
}
</style>
background-color css
<style>
a { background-color: #31BCBC; }
a { background-color: rgb(49,188,188); }
div.DivClassName
{
background-color: #31BCBC;
}
.BgClassName
{
background-color: #31BCBC;
}
</style>
border-color css
<style>
span { border-color: #31BCBC; }
span { border-color: rgb(49,188,188); }
td.TdClassName
{
border-color: #31BCBC;
}
.TagClassName
{
border-color: #31BCBC;
}
</style>