Shades of Light Sea Green #31BABC
Tints of Light Sea Green #31BABC
RGB
CMYK
RGB Variations
Color information
#31BABC (or 0x31BABC) is known color: Light Sea Green. HEX triplet: 31, BA and BC. RGB value is (49,186,188). Sum of RGB (Red+Green+Blue) = 49+186+188=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #31BABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BABC is #CE4543. Grayscale: #919191. Windows color (decimal): -13518148 or 12368433. OLE color: 12368433.
HSL color Cylindrical-coordinate representation of color #31BABC: hue angle of 180.86º 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 #31BABC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 186 | 188 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.26 |
| HSL | 180.86º | 0.59% | 0.46% | - |
| HSV(B) | 180.86º | 0.74% | 0.74% | - |
| XYZ | 27.9 | 39.4 | 53.71 | - |
| YUV | 145.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 188 | 0.74 | 0.01 | 0 | 0.26 | 180.86 | 0.59 | 0.46 |
| Hex | 31 | BA | BC | 4A | 1 | 0 | 1A | B5 | 3B | 2E |
| Octal | 61 | 272 | 274 | 112 | 1 | 0 | 32 | 265 | 73 | 56 |
| Binary | 110001 | 10111010 | 10111100 | 1001010 | 1 | 0 | 11010 | 10110101 | 111011 | 101110 |
Color Harmonies of #31BABC
Complementary color
Monochromatic Colors of #31BABC
Black with #31BABC
Text Example
Text Example
White with #31BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BABC; }
p { color: rgb(49,186,188); }
H1.HeaderClassName
{
color: #31BABC;
}
.AnyTagClassName
{
color: #31BABC;
}
</style>
background-color css
<style>
a { background-color: #31BABC; }
a { background-color: rgb(49,186,188); }
div.DivClassName
{
background-color: #31BABC;
}
.BgClassName
{
background-color: #31BABC;
}
</style>
border-color css
<style>
span { border-color: #31BABC; }
span { border-color: rgb(49,186,188); }
td.TdClassName
{
border-color: #31BABC;
}
.TagClassName
{
border-color: #31BABC;
}
</style>