Shades of Light Sea Green #1FAAA1
Tints of Light Sea Green #1FAAA1
RGB
CMYK
RGB Variations
Color information
#1FAAA1 (or 0x1FAAA1) is known color: Light Sea Green. HEX triplet: 1F, AA and A1. RGB value is (31,170,161). Sum of RGB (Red+Green+Blue) = 31+170+161=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAA1 is #E0555E. Grayscale: #7F7F7F. Windows color (decimal): -14701919 or 10594847. OLE color: 10594847.
HSL color Cylindrical-coordinate representation of color #1FAAA1: hue angle of 176.12º 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 #1FAAA1 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 161 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.33 |
| HSL | 176.12º | 0.69% | 0.39% | - |
| HSV(B) | 176.12º | 0.82% | 0.67% | - |
| XYZ | 21.37 | 31.61 | 38.69 | - |
| YUV | 127.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 161 | 0.82 | 0 | 0.05 | 0.33 | 176.12 | 0.69 | 0.39 |
| Hex | 1F | AA | A1 | 52 | 0 | 5 | 21 | B0 | 45 | 27 |
| Octal | 37 | 252 | 241 | 122 | 0 | 5 | 41 | 260 | 105 | 47 |
| Binary | 11111 | 10101010 | 10100001 | 1010010 | 0 | 101 | 100001 | 10110000 | 1000101 | 100111 |
Color Harmonies of #1FAAA1
Complementary color
Monochromatic Colors of #1FAAA1
Black with #1FAAA1
Text Example
Text Example
White with #1FAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAAA1; }
p { color: rgb(31,170,161); }
H1.HeaderClassName
{
color: #1FAAA1;
}
.AnyTagClassName
{
color: #1FAAA1;
}
</style>
background-color css
<style>
a { background-color: #1FAAA1; }
a { background-color: rgb(31,170,161); }
div.DivClassName
{
background-color: #1FAAA1;
}
.BgClassName
{
background-color: #1FAAA1;
}
</style>
border-color css
<style>
span { border-color: #1FAAA1; }
span { border-color: rgb(31,170,161); }
td.TdClassName
{
border-color: #1FAAA1;
}
.TagClassName
{
border-color: #1FAAA1;
}
</style>