Shades of Light Sea Green #1FAAA2
Tints of Light Sea Green #1FAAA2
RGB
CMYK
RGB Variations
Color information
#1FAAA2 (or 0x1FAAA2) is known color: Light Sea Green. HEX triplet: 1F, AA and A2. RGB value is (31,170,162). Sum of RGB (Red+Green+Blue) = 31+170+162=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 162 (63.67% from 255 or 44.63% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAA2 is #E0555D. Grayscale: #7F7F7F. Windows color (decimal): -14701918 or 10660383. OLE color: 10660383.
HSL color Cylindrical-coordinate representation of color #1FAAA2: hue angle of 176.55º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAAA2 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 162 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.33 |
| HSL | 176.55º | 0.69% | 0.39% | - |
| HSV(B) | 176.55º | 0.82% | 0.67% | - |
| XYZ | 21.46 | 31.65 | 39.16 | - |
| YUV | 127.53 | 147.45 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 162 | 0.82 | 0 | 0.05 | 0.33 | 176.55 | 0.69 | 0.39 |
| Hex | 1F | AA | A2 | 52 | 0 | 5 | 21 | B1 | 45 | 27 |
| Octal | 37 | 252 | 242 | 122 | 0 | 5 | 41 | 261 | 105 | 47 |
| Binary | 11111 | 10101010 | 10100010 | 1010010 | 0 | 101 | 100001 | 10110001 | 1000101 | 100111 |
Color Harmonies of #1FAAA2
Complementary color
Monochromatic Colors of #1FAAA2
Black with #1FAAA2
Text Example
Text Example
White with #1FAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAA2; }
p { color: rgb(31,170,162); }
H1.HeaderClassName
{
color: #1FAAA2;
}
.AnyTagClassName
{
color: #1FAAA2;
}
</style>
background-color css
<style>
a { background-color: #1FAAA2; }
a { background-color: rgb(31,170,162); }
div.DivClassName
{
background-color: #1FAAA2;
}
.BgClassName
{
background-color: #1FAAA2;
}
</style>
border-color css
<style>
span { border-color: #1FAAA2; }
span { border-color: rgb(31,170,162); }
td.TdClassName
{
border-color: #1FAAA2;
}
.TagClassName
{
border-color: #1FAAA2;
}
</style>