Shades of Light Sea Green #31B5C0
Tints of Light Sea Green #31B5C0
RGB
CMYK
RGB Variations
Color information
#31B5C0 (or 0x31B5C0) is known color: Light Sea Green. HEX triplet: 31, B5 and C0. RGB value is (49,181,192). Sum of RGB (Red+Green+Blue) = 49+181+192=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #31B5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B5C0 is #CE4A3F. Grayscale: #8E8E8E. Windows color (decimal): -13519424 or 12629297. OLE color: 12629297.
HSL color Cylindrical-coordinate representation of color #31B5C0: hue angle of 184.62º 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 #31B5C0 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 181 | 192 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.25 |
| HSL | 184.62º | 0.59% | 0.47% | - |
| HSV(B) | 184.62º | 0.74% | 0.75% | - |
| XYZ | 27.3 | 37.51 | 55.67 | - |
| YUV | 142.79 | 155.77 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 192 | 0.74 | 0.06 | 0 | 0.25 | 184.62 | 0.59 | 0.47 |
| Hex | 31 | B5 | C0 | 4A | 6 | 0 | 19 | B9 | 3B | 2F |
| Octal | 61 | 265 | 300 | 112 | 6 | 0 | 31 | 271 | 73 | 57 |
| Binary | 110001 | 10110101 | 11000000 | 1001010 | 110 | 0 | 11001 | 10111001 | 111011 | 101111 |
Color Harmonies of #31B5C0
Complementary color
Monochromatic Colors of #31B5C0
Black with #31B5C0
Text Example
Text Example
White with #31B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B5C0; }
p { color: rgb(49,181,192); }
H1.HeaderClassName
{
color: #31B5C0;
}
.AnyTagClassName
{
color: #31B5C0;
}
</style>
background-color css
<style>
a { background-color: #31B5C0; }
a { background-color: rgb(49,181,192); }
div.DivClassName
{
background-color: #31B5C0;
}
.BgClassName
{
background-color: #31B5C0;
}
</style>
border-color css
<style>
span { border-color: #31B5C0; }
span { border-color: rgb(49,181,192); }
td.TdClassName
{
border-color: #31B5C0;
}
.TagClassName
{
border-color: #31B5C0;
}
</style>