Shades of Light Sea Green #31BCB5
Tints of Light Sea Green #31BCB5
RGB
CMYK
RGB Variations
Color information
#31BCB5 (or 0x31BCB5) is known color: Light Sea Green. HEX triplet: 31, BC and B5. RGB value is (49,188,181). Sum of RGB (Red+Green+Blue) = 49+188+181=418 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.72% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BCB5 is #CE434A. Grayscale: #919191. Windows color (decimal): -13517643 or 11910193. OLE color: 11910193.
HSL color Cylindrical-coordinate representation of color #31BCB5: hue angle of 176.98º 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 #31BCB5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 181 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.26 |
| HSL | 176.98º | 0.59% | 0.46% | - |
| HSV(B) | 176.98º | 0.74% | 0.74% | - |
| XYZ | 27.59 | 39.96 | 49.97 | - |
| YUV | 145.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 181 | 0.74 | 0 | 0.04 | 0.26 | 176.98 | 0.59 | 0.46 |
| Hex | 31 | BC | B5 | 4A | 0 | 4 | 1A | B1 | 3B | 2E |
| Octal | 61 | 274 | 265 | 112 | 0 | 4 | 32 | 261 | 73 | 56 |
| Binary | 110001 | 10111100 | 10110101 | 1001010 | 0 | 100 | 11010 | 10110001 | 111011 | 101110 |
Color Harmonies of #31BCB5
Complementary color
Monochromatic Colors of #31BCB5
Black with #31BCB5
Text Example
Text Example
White with #31BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCB5; }
p { color: rgb(49,188,181); }
H1.HeaderClassName
{
color: #31BCB5;
}
.AnyTagClassName
{
color: #31BCB5;
}
</style>
background-color css
<style>
a { background-color: #31BCB5; }
a { background-color: rgb(49,188,181); }
div.DivClassName
{
background-color: #31BCB5;
}
.BgClassName
{
background-color: #31BCB5;
}
</style>
border-color css
<style>
span { border-color: #31BCB5; }
span { border-color: rgb(49,188,181); }
td.TdClassName
{
border-color: #31BCB5;
}
.TagClassName
{
border-color: #31BCB5;
}
</style>