Shades of Light Sea Green #31ABAA
Tints of Light Sea Green #31ABAA
RGB
CMYK
RGB Variations
Color information
#31ABAA (or 0x31ABAA) is known color: Light Sea Green. HEX triplet: 31, AB and AA. RGB value is (49,171,170). Sum of RGB (Red+Green+Blue) = 49+171+170=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #31ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31ABAA is #CE5455. Grayscale: #868686. Windows color (decimal): -13522006 or 11184945. OLE color: 11184945.
HSL color Cylindrical-coordinate representation of color #31ABAA: hue angle of 179.51º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31ABAA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 170 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.33 |
| HSL | 179.51º | 0.55% | 0.43% | - |
| HSV(B) | 179.51º | 0.71% | 0.67% | - |
| XYZ | 23.09 | 32.68 | 43.12 | - |
| YUV | 134.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 170 | 0.71 | 0 | 0.01 | 0.33 | 179.51 | 0.55 | 0.43 |
| Hex | 31 | AB | AA | 47 | 0 | 1 | 21 | B4 | 37 | 2B |
| Octal | 61 | 253 | 252 | 107 | 0 | 1 | 41 | 264 | 67 | 53 |
| Binary | 110001 | 10101011 | 10101010 | 1000111 | 0 | 1 | 100001 | 10110100 | 110111 | 101011 |
Color Harmonies of #31ABAA
Complementary color
Monochromatic Colors of #31ABAA
Black with #31ABAA
Text Example
Text Example
White with #31ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABAA; }
p { color: rgb(49,171,170); }
H1.HeaderClassName
{
color: #31ABAA;
}
.AnyTagClassName
{
color: #31ABAA;
}
</style>
background-color css
<style>
a { background-color: #31ABAA; }
a { background-color: rgb(49,171,170); }
div.DivClassName
{
background-color: #31ABAA;
}
.BgClassName
{
background-color: #31ABAA;
}
</style>
border-color css
<style>
span { border-color: #31ABAA; }
span { border-color: rgb(49,171,170); }
td.TdClassName
{
border-color: #31ABAA;
}
.TagClassName
{
border-color: #31ABAA;
}
</style>