Shades of Light Sea Green #31C0B2
Tints of Light Sea Green #31C0B2
RGB
CMYK
RGB Variations
Color information
#31C0B2 (or 0x31C0B2) is known color: Light Sea Green. HEX triplet: 31, C0 and B2. RGB value is (49,192,178). Sum of RGB (Red+Green+Blue) = 49+192+178=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #31C0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C0B2 is #CE3F4D. Grayscale: #939393. Windows color (decimal): -13516622 or 11714609. OLE color: 11714609.
HSL color Cylindrical-coordinate representation of color #31C0B2: hue angle of 174.13º 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 #31C0B2 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 178 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.25 |
| HSL | 174.13º | 0.59% | 0.47% | - |
| HSV(B) | 174.13º | 0.74% | 0.75% | - |
| XYZ | 28.15 | 41.57 | 48.66 | - |
| YUV | 147.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 178 | 0.74 | 0 | 0.07 | 0.25 | 174.13 | 0.59 | 0.47 |
| Hex | 31 | C0 | B2 | 4A | 0 | 7 | 19 | AE | 3B | 2F |
| Octal | 61 | 300 | 262 | 112 | 0 | 7 | 31 | 256 | 73 | 57 |
| Binary | 110001 | 11000000 | 10110010 | 1001010 | 0 | 111 | 11001 | 10101110 | 111011 | 101111 |
Color Harmonies of #31C0B2
Complementary color
Monochromatic Colors of #31C0B2
Black with #31C0B2
Text Example
Text Example
White with #31C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C0B2; }
p { color: rgb(49,192,178); }
H1.HeaderClassName
{
color: #31C0B2;
}
.AnyTagClassName
{
color: #31C0B2;
}
</style>
background-color css
<style>
a { background-color: #31C0B2; }
a { background-color: rgb(49,192,178); }
div.DivClassName
{
background-color: #31C0B2;
}
.BgClassName
{
background-color: #31C0B2;
}
</style>
border-color css
<style>
span { border-color: #31C0B2; }
span { border-color: rgb(49,192,178); }
td.TdClassName
{
border-color: #31C0B2;
}
.TagClassName
{
border-color: #31C0B2;
}
</style>