Shades of Light Sea Green #31AAB2
Tints of Light Sea Green #31AAB2
RGB
CMYK
RGB Variations
Color information
#31AAB2 (or 0x31AAB2) is known color: Light Sea Green. HEX triplet: 31, AA and B2. RGB value is (49,170,178). Sum of RGB (Red+Green+Blue) = 49+170+178=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #31AAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31AAB2 is #CE554D. Grayscale: #868686. Windows color (decimal): -13522254 or 11708977. OLE color: 11708977.
HSL color Cylindrical-coordinate representation of color #31AAB2: hue angle of 183.72º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AAB2 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 170 | 178 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.30 |
| HSL | 183.72º | 0.57% | 0.45% | - |
| HSV(B) | 183.72º | 0.72% | 0.7% | - |
| XYZ | 23.68 | 32.62 | 47.17 | - |
| YUV | 134.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 178 | 0.72 | 0.04 | 0 | 0.30 | 183.72 | 0.57 | 0.45 |
| Hex | 31 | AA | B2 | 48 | 4 | 0 | 1E | B8 | 39 | 2D |
| Octal | 61 | 252 | 262 | 110 | 4 | 0 | 36 | 270 | 71 | 55 |
| Binary | 110001 | 10101010 | 10110010 | 1001000 | 100 | 0 | 11110 | 10111000 | 111001 | 101101 |
Color Harmonies of #31AAB2
Complementary color
Monochromatic Colors of #31AAB2
Black with #31AAB2
Text Example
Text Example
White with #31AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAB2; }
p { color: rgb(49,170,178); }
H1.HeaderClassName
{
color: #31AAB2;
}
.AnyTagClassName
{
color: #31AAB2;
}
</style>
background-color css
<style>
a { background-color: #31AAB2; }
a { background-color: rgb(49,170,178); }
div.DivClassName
{
background-color: #31AAB2;
}
.BgClassName
{
background-color: #31AAB2;
}
</style>
border-color css
<style>
span { border-color: #31AAB2; }
span { border-color: rgb(49,170,178); }
td.TdClassName
{
border-color: #31AAB2;
}
.TagClassName
{
border-color: #31AAB2;
}
</style>