Shades of Light Sea Green #31AAAA
Tints of Light Sea Green #31AAAA
RGB
CMYK
RGB Variations
Color information
#31AAAA (or 0x31AAAA) is known color: Light Sea Green. HEX triplet: 31, AA and AA. RGB value is (49,170,170). Sum of RGB (Red+Green+Blue) = 49+170+170=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #31AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AAAA is #CE5555. Grayscale: #858585. Windows color (decimal): -13522262 or 11184689. OLE color: 11184689.
HSL color Cylindrical-coordinate representation of color #31AAAA: hue angle of 180º 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 #31AAAA is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 170 | - |
| CMYK | 0.71 | 0 | 0 | 0.33 |
| HSL | 180º | 0.55% | 0.43% | - |
| HSV(B) | 180º | 0.71% | 0.67% | - |
| XYZ | 22.9 | 32.3 | 43.06 | - |
| YUV | 133.82 | 148.41 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 170 | 0.71 | 0 | 0 | 0.33 | 180 | 0.55 | 0.43 |
| Hex | 31 | AA | AA | 47 | 0 | 0 | 21 | B4 | 37 | 2B |
| Octal | 61 | 252 | 252 | 107 | 0 | 0 | 41 | 264 | 67 | 53 |
| Binary | 110001 | 10101010 | 10101010 | 1000111 | 0 | 0 | 100001 | 10110100 | 110111 | 101011 |
Color Harmonies of #31AAAA
Complementary color
Monochromatic Colors of #31AAAA
Black with #31AAAA
Text Example
Text Example
White with #31AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAAA; }
p { color: rgb(49,170,170); }
H1.HeaderClassName
{
color: #31AAAA;
}
.AnyTagClassName
{
color: #31AAAA;
}
</style>
background-color css
<style>
a { background-color: #31AAAA; }
a { background-color: rgb(49,170,170); }
div.DivClassName
{
background-color: #31AAAA;
}
.BgClassName
{
background-color: #31AAAA;
}
</style>
border-color css
<style>
span { border-color: #31AAAA; }
span { border-color: rgb(49,170,170); }
td.TdClassName
{
border-color: #31AAAA;
}
.TagClassName
{
border-color: #31AAAA;
}
</style>