Shades of Light Sea Green #1FAB9A
Tints of Light Sea Green #1FAB9A
RGB
CMYK
RGB Variations
Color information
#1FAB9A (or 0x1FAB9A) is known color: Light Sea Green. HEX triplet: 1F, AB and 9A. RGB value is (31,171,154). Sum of RGB (Red+Green+Blue) = 31+171+154=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB9A is #E05465. Grayscale: #7F7F7F. Windows color (decimal): -14701670 or 10136351. OLE color: 10136351.
HSL color Cylindrical-coordinate representation of color #1FAB9A: hue angle of 172.71º 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 #1FAB9A is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 154 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.33 |
| HSL | 172.71º | 0.69% | 0.4% | - |
| HSV(B) | 172.71º | 0.82% | 0.67% | - |
| XYZ | 20.96 | 31.75 | 35.6 | - |
| YUV | 127.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 154 | 0.82 | 0 | 0.10 | 0.33 | 172.71 | 0.69 | 0.4 |
| Hex | 1F | AB | 9A | 52 | 0 | A | 21 | AD | 45 | 28 |
| Octal | 37 | 253 | 232 | 122 | 0 | 12 | 41 | 255 | 105 | 50 |
| Binary | 11111 | 10101011 | 10011010 | 1010010 | 0 | 1010 | 100001 | 10101101 | 1000101 | 101000 |
Color Harmonies of #1FAB9A
Complementary color
Monochromatic Colors of #1FAB9A
Black with #1FAB9A
Text Example
Text Example
White with #1FAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB9A; }
p { color: rgb(31,171,154); }
H1.HeaderClassName
{
color: #1FAB9A;
}
.AnyTagClassName
{
color: #1FAB9A;
}
</style>
background-color css
<style>
a { background-color: #1FAB9A; }
a { background-color: rgb(31,171,154); }
div.DivClassName
{
background-color: #1FAB9A;
}
.BgClassName
{
background-color: #1FAB9A;
}
</style>
border-color css
<style>
span { border-color: #1FAB9A; }
span { border-color: rgb(31,171,154); }
td.TdClassName
{
border-color: #1FAB9A;
}
.TagClassName
{
border-color: #1FAB9A;
}
</style>