Shades of Light Sea Green #31BCAE
Tints of Light Sea Green #31BCAE
RGB
CMYK
RGB Variations
Color information
#31BCAE (or 0x31BCAE) is known color: Light Sea Green. HEX triplet: 31, BC and AE. RGB value is (49,188,174). Sum of RGB (Red+Green+Blue) = 49+188+174=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BCAE is #CE4351. Grayscale: #909090. Windows color (decimal): -13517650 or 11451441. OLE color: 11451441.
HSL color Cylindrical-coordinate representation of color #31BCAE: hue angle of 173.96º 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 #31BCAE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 174 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.26 |
| HSL | 173.96º | 0.59% | 0.46% | - |
| HSV(B) | 173.96º | 0.74% | 0.74% | - |
| XYZ | 26.89 | 39.68 | 46.29 | - |
| YUV | 144.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 174 | 0.74 | 0 | 0.07 | 0.26 | 173.96 | 0.59 | 0.46 |
| Hex | 31 | BC | AE | 4A | 0 | 7 | 1A | AE | 3B | 2E |
| Octal | 61 | 274 | 256 | 112 | 0 | 7 | 32 | 256 | 73 | 56 |
| Binary | 110001 | 10111100 | 10101110 | 1001010 | 0 | 111 | 11010 | 10101110 | 111011 | 101110 |
Color Harmonies of #31BCAE
Complementary color
Monochromatic Colors of #31BCAE
Black with #31BCAE
Text Example
Text Example
White with #31BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCAE; }
p { color: rgb(49,188,174); }
H1.HeaderClassName
{
color: #31BCAE;
}
.AnyTagClassName
{
color: #31BCAE;
}
</style>
background-color css
<style>
a { background-color: #31BCAE; }
a { background-color: rgb(49,188,174); }
div.DivClassName
{
background-color: #31BCAE;
}
.BgClassName
{
background-color: #31BCAE;
}
</style>
border-color css
<style>
span { border-color: #31BCAE; }
span { border-color: rgb(49,188,174); }
td.TdClassName
{
border-color: #31BCAE;
}
.TagClassName
{
border-color: #31BCAE;
}
</style>