Shades of Light Sea Green #31ABAE
Tints of Light Sea Green #31ABAE
RGB
CMYK
RGB Variations
Color information
#31ABAE (or 0x31ABAE) is known color: Light Sea Green. HEX triplet: 31, AB and AE. RGB value is (49,171,174). Sum of RGB (Red+Green+Blue) = 49+171+174=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #31ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ABAE is #CE5451. Grayscale: #868686. Windows color (decimal): -13522002 or 11447089. OLE color: 11447089.
HSL color Cylindrical-coordinate representation of color #31ABAE: hue angle of 181.44º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31ABAE is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 171 | 174 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.32 |
| HSL | 181.44º | 0.56% | 0.44% | - |
| HSV(B) | 181.44º | 0.72% | 0.68% | - |
| XYZ | 23.47 | 32.83 | 45.15 | - |
| YUV | 134.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 174 | 0.72 | 0.02 | 0 | 0.32 | 181.44 | 0.56 | 0.44 |
| Hex | 31 | AB | AE | 48 | 2 | 0 | 20 | B5 | 38 | 2C |
| Octal | 61 | 253 | 256 | 110 | 2 | 0 | 40 | 265 | 70 | 54 |
| Binary | 110001 | 10101011 | 10101110 | 1001000 | 10 | 0 | 100000 | 10110101 | 111000 | 101100 |
Color Harmonies of #31ABAE
Complementary color
Monochromatic Colors of #31ABAE
Black with #31ABAE
Text Example
Text Example
White with #31ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABAE; }
p { color: rgb(49,171,174); }
H1.HeaderClassName
{
color: #31ABAE;
}
.AnyTagClassName
{
color: #31ABAE;
}
</style>
background-color css
<style>
a { background-color: #31ABAE; }
a { background-color: rgb(49,171,174); }
div.DivClassName
{
background-color: #31ABAE;
}
.BgClassName
{
background-color: #31ABAE;
}
</style>
border-color css
<style>
span { border-color: #31ABAE; }
span { border-color: rgb(49,171,174); }
td.TdClassName
{
border-color: #31ABAE;
}
.TagClassName
{
border-color: #31ABAE;
}
</style>