Shades of Light Sea Green #31BCC0
Tints of Light Sea Green #31BCC0
RGB
CMYK
RGB Variations
Color information
#31BCC0 (or 0x31BCC0) is known color: Light Sea Green. HEX triplet: 31, BC and C0. RGB value is (49,188,192). Sum of RGB (Red+Green+Blue) = 49+188+192=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #31BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCC0 is #CE433F. Grayscale: #929292. Windows color (decimal): -13517632 or 12631089. OLE color: 12631089.
HSL color Cylindrical-coordinate representation of color #31BCC0: hue angle of 181.68º 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 #31BCC0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 188 | 192 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.25 |
| HSL | 181.68º | 0.59% | 0.47% | - |
| HSV(B) | 181.68º | 0.74% | 0.75% | - |
| XYZ | 28.76 | 40.43 | 56.16 | - |
| YUV | 146.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 192 | 0.74 | 0.02 | 0 | 0.25 | 181.68 | 0.59 | 0.47 |
| Hex | 31 | BC | C0 | 4A | 2 | 0 | 19 | B6 | 3B | 2F |
| Octal | 61 | 274 | 300 | 112 | 2 | 0 | 31 | 266 | 73 | 57 |
| Binary | 110001 | 10111100 | 11000000 | 1001010 | 10 | 0 | 11001 | 10110110 | 111011 | 101111 |
Color Harmonies of #31BCC0
Complementary color
Monochromatic Colors of #31BCC0
Black with #31BCC0
Text Example
Text Example
White with #31BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCC0; }
p { color: rgb(49,188,192); }
H1.HeaderClassName
{
color: #31BCC0;
}
.AnyTagClassName
{
color: #31BCC0;
}
</style>
background-color css
<style>
a { background-color: #31BCC0; }
a { background-color: rgb(49,188,192); }
div.DivClassName
{
background-color: #31BCC0;
}
.BgClassName
{
background-color: #31BCC0;
}
</style>
border-color css
<style>
span { border-color: #31BCC0; }
span { border-color: rgb(49,188,192); }
td.TdClassName
{
border-color: #31BCC0;
}
.TagClassName
{
border-color: #31BCC0;
}
</style>