Shades of Light Sea Green #1FAB9B
Tints of Light Sea Green #1FAB9B
RGB
CMYK
RGB Variations
Color information
#1FAB9B (or 0x1FAB9B) is known color: Light Sea Green. HEX triplet: 1F, AB and 9B. RGB value is (31,171,155). Sum of RGB (Red+Green+Blue) = 31+171+155=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAB9B is #E05464. Grayscale: #7F7F7F. Windows color (decimal): -14701669 or 10201887. OLE color: 10201887.
HSL color Cylindrical-coordinate representation of color #1FAB9B: hue angle of 173.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 #1FAB9B is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 155 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.33 |
| HSL | 173.14º | 0.69% | 0.4% | - |
| HSV(B) | 173.14º | 0.82% | 0.67% | - |
| XYZ | 21.04 | 31.78 | 36.04 | - |
| YUV | 127.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 155 | 0.82 | 0 | 0.09 | 0.33 | 173.14 | 0.69 | 0.4 |
| Hex | 1F | AB | 9B | 52 | 0 | 9 | 21 | AD | 45 | 28 |
| Octal | 37 | 253 | 233 | 122 | 0 | 11 | 41 | 255 | 105 | 50 |
| Binary | 11111 | 10101011 | 10011011 | 1010010 | 0 | 1001 | 100001 | 10101101 | 1000101 | 101000 |
Color Harmonies of #1FAB9B
Complementary color
Monochromatic Colors of #1FAB9B
Black with #1FAB9B
Text Example
Text Example
White with #1FAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB9B; }
p { color: rgb(31,171,155); }
H1.HeaderClassName
{
color: #1FAB9B;
}
.AnyTagClassName
{
color: #1FAB9B;
}
</style>
background-color css
<style>
a { background-color: #1FAB9B; }
a { background-color: rgb(31,171,155); }
div.DivClassName
{
background-color: #1FAB9B;
}
.BgClassName
{
background-color: #1FAB9B;
}
</style>
border-color css
<style>
span { border-color: #1FAB9B; }
span { border-color: rgb(31,171,155); }
td.TdClassName
{
border-color: #1FAB9B;
}
.TagClassName
{
border-color: #1FAB9B;
}
</style>