Shades of Light Sea Green #1FAAB2
Tints of Light Sea Green #1FAAB2
RGB
CMYK
RGB Variations
Color information
#1FAAB2 (or 0x1FAAB2) is known color: Light Sea Green. HEX triplet: 1F, AA and B2. RGB value is (31,170,178). Sum of RGB (Red+Green+Blue) = 31+170+178=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #1FAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAB2 is #E0554D. Grayscale: #818181. Windows color (decimal): -14701902 or 11708959. OLE color: 11708959.
HSL color Cylindrical-coordinate representation of color #1FAAB2: hue angle of 183.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FAAB2 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 170 | 178 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.30 |
| HSL | 183.27º | 0.7% | 0.41% | - |
| HSV(B) | 183.27º | 0.83% | 0.7% | - |
| XYZ | 22.98 | 32.26 | 47.13 | - |
| YUV | 129.35 | 155.45 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 178 | 0.83 | 0.04 | 0 | 0.30 | 183.27 | 0.7 | 0.41 |
| Hex | 1F | AA | B2 | 53 | 4 | 0 | 1E | B7 | 46 | 29 |
| Octal | 37 | 252 | 262 | 123 | 4 | 0 | 36 | 267 | 106 | 51 |
| Binary | 11111 | 10101010 | 10110010 | 1010011 | 100 | 0 | 11110 | 10110111 | 1000110 | 101001 |
Color Harmonies of #1FAAB2
Complementary color
Monochromatic Colors of #1FAAB2
Black with #1FAAB2
Text Example
Text Example
White with #1FAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAB2; }
p { color: rgb(31,170,178); }
H1.HeaderClassName
{
color: #1FAAB2;
}
.AnyTagClassName
{
color: #1FAAB2;
}
</style>
background-color css
<style>
a { background-color: #1FAAB2; }
a { background-color: rgb(31,170,178); }
div.DivClassName
{
background-color: #1FAAB2;
}
.BgClassName
{
background-color: #1FAAB2;
}
</style>
border-color css
<style>
span { border-color: #1FAAB2; }
span { border-color: rgb(31,170,178); }
td.TdClassName
{
border-color: #1FAAB2;
}
.TagClassName
{
border-color: #1FAAB2;
}
</style>