Shades of Light Sea Green #31AAA9
Tints of Light Sea Green #31AAA9
RGB
CMYK
RGB Variations
Color information
#31AAA9 (or 0x31AAA9) is known color: Light Sea Green. HEX triplet: 31, AA and A9. RGB value is (49,170,169). Sum of RGB (Red+Green+Blue) = 49+170+169=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #31AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AAA9 is #CE5556. Grayscale: #858585. Windows color (decimal): -13522263 or 11119153. OLE color: 11119153.
HSL color Cylindrical-coordinate representation of color #31AAA9: hue angle of 179.5º 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 #31AAA9 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 169 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.33 |
| HSL | 179.5º | 0.55% | 0.43% | - |
| HSV(B) | 179.5º | 0.71% | 0.67% | - |
| XYZ | 22.8 | 32.27 | 42.56 | - |
| YUV | 133.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 169 | 0.71 | 0 | 0.01 | 0.33 | 179.5 | 0.55 | 0.43 |
| Hex | 31 | AA | A9 | 47 | 0 | 1 | 21 | B4 | 37 | 2B |
| Octal | 61 | 252 | 251 | 107 | 0 | 1 | 41 | 264 | 67 | 53 |
| Binary | 110001 | 10101010 | 10101001 | 1000111 | 0 | 1 | 100001 | 10110100 | 110111 | 101011 |
Color Harmonies of #31AAA9
Complementary color
Monochromatic Colors of #31AAA9
Black with #31AAA9
Text Example
Text Example
White with #31AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAA9; }
p { color: rgb(49,170,169); }
H1.HeaderClassName
{
color: #31AAA9;
}
.AnyTagClassName
{
color: #31AAA9;
}
</style>
background-color css
<style>
a { background-color: #31AAA9; }
a { background-color: rgb(49,170,169); }
div.DivClassName
{
background-color: #31AAA9;
}
.BgClassName
{
background-color: #31AAA9;
}
</style>
border-color css
<style>
span { border-color: #31AAA9; }
span { border-color: rgb(49,170,169); }
td.TdClassName
{
border-color: #31AAA9;
}
.TagClassName
{
border-color: #31AAA9;
}
</style>