Shades of Light Sea Green #31BCAC
Tints of Light Sea Green #31BCAC
RGB
CMYK
RGB Variations
Color information
#31BCAC (or 0x31BCAC) is known color: Light Sea Green. HEX triplet: 31, BC and AC. RGB value is (49,188,172). Sum of RGB (Red+Green+Blue) = 49+188+172=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #31BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BCAC is #CE4353. Grayscale: #909090. Windows color (decimal): -13517652 or 11320369. OLE color: 11320369.
HSL color Cylindrical-coordinate representation of color #31BCAC: hue angle of 173.09º 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 #31BCAC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 172 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.26 |
| HSL | 173.09º | 0.59% | 0.46% | - |
| HSV(B) | 173.09º | 0.74% | 0.74% | - |
| XYZ | 26.7 | 39.6 | 45.27 | - |
| YUV | 144.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 172 | 0.74 | 0 | 0.09 | 0.26 | 173.09 | 0.59 | 0.46 |
| Hex | 31 | BC | AC | 4A | 0 | 9 | 1A | AD | 3B | 2E |
| Octal | 61 | 274 | 254 | 112 | 0 | 11 | 32 | 255 | 73 | 56 |
| Binary | 110001 | 10111100 | 10101100 | 1001010 | 0 | 1001 | 11010 | 10101101 | 111011 | 101110 |
Color Harmonies of #31BCAC
Complementary color
Monochromatic Colors of #31BCAC
Black with #31BCAC
Text Example
Text Example
White with #31BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BCAC; }
p { color: rgb(49,188,172); }
H1.HeaderClassName
{
color: #31BCAC;
}
.AnyTagClassName
{
color: #31BCAC;
}
</style>
background-color css
<style>
a { background-color: #31BCAC; }
a { background-color: rgb(49,188,172); }
div.DivClassName
{
background-color: #31BCAC;
}
.BgClassName
{
background-color: #31BCAC;
}
</style>
border-color css
<style>
span { border-color: #31BCAC; }
span { border-color: rgb(49,188,172); }
td.TdClassName
{
border-color: #31BCAC;
}
.TagClassName
{
border-color: #31BCAC;
}
</style>