Shades of Light Sea Green #1FABA9
Tints of Light Sea Green #1FABA9
RGB
CMYK
RGB Variations
Color information
#1FABA9 (or 0x1FABA9) is known color: Light Sea Green. HEX triplet: 1F, AB and A9. RGB value is (31,171,169). Sum of RGB (Red+Green+Blue) = 31+171+169=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #1FABA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABA9 is #E05456. Grayscale: #808080. Windows color (decimal): -14701655 or 11119391. OLE color: 11119391.
HSL color Cylindrical-coordinate representation of color #1FABA9: hue angle of 179.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FABA9 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 169 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.33 |
| HSL | 179.14º | 0.69% | 0.4% | - |
| HSV(B) | 179.14º | 0.82% | 0.67% | - |
| XYZ | 22.29 | 32.28 | 42.59 | - |
| YUV | 128.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 169 | 0.82 | 0 | 0.01 | 0.33 | 179.14 | 0.69 | 0.4 |
| Hex | 1F | AB | A9 | 52 | 0 | 1 | 21 | B3 | 45 | 28 |
| Octal | 37 | 253 | 251 | 122 | 0 | 1 | 41 | 263 | 105 | 50 |
| Binary | 11111 | 10101011 | 10101001 | 1010010 | 0 | 1 | 100001 | 10110011 | 1000101 | 101000 |
Color Harmonies of #1FABA9
Complementary color
Monochromatic Colors of #1FABA9
Black with #1FABA9
Text Example
Text Example
White with #1FABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABA9; }
p { color: rgb(31,171,169); }
H1.HeaderClassName
{
color: #1FABA9;
}
.AnyTagClassName
{
color: #1FABA9;
}
</style>
background-color css
<style>
a { background-color: #1FABA9; }
a { background-color: rgb(31,171,169); }
div.DivClassName
{
background-color: #1FABA9;
}
.BgClassName
{
background-color: #1FABA9;
}
</style>
border-color css
<style>
span { border-color: #1FABA9; }
span { border-color: rgb(31,171,169); }
td.TdClassName
{
border-color: #1FABA9;
}
.TagClassName
{
border-color: #1FABA9;
}
</style>