Shades of Light Sea Green #1FBFAB
Tints of Light Sea Green #1FBFAB
RGB
CMYK
RGB Variations
Color information
#1FBFAB (or 0x1FBFAB) is known color: Light Sea Green. HEX triplet: 1F, BF and AB. RGB value is (31,191,171). Sum of RGB (Red+Green+Blue) = 31+191+171=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBFAB is #E04054. Grayscale: #8C8C8C. Windows color (decimal): -14696533 or 11255583. OLE color: 11255583.
HSL color Cylindrical-coordinate representation of color #1FBFAB: hue angle of 172.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBFAB is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 171 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.25 |
| HSL | 172.5º | 0.72% | 0.44% | - |
| HSV(B) | 172.5º | 0.84% | 0.75% | - |
| XYZ | 26.55 | 40.49 | 44.94 | - |
| YUV | 140.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 171 | 0.84 | 0 | 0.10 | 0.25 | 172.5 | 0.72 | 0.44 |
| Hex | 1F | BF | AB | 54 | 0 | A | 19 | AC | 48 | 2C |
| Octal | 37 | 277 | 253 | 124 | 0 | 12 | 31 | 254 | 110 | 54 |
| Binary | 11111 | 10111111 | 10101011 | 1010100 | 0 | 1010 | 11001 | 10101100 | 1001000 | 101100 |
Color Harmonies of #1FBFAB
Complementary color
Monochromatic Colors of #1FBFAB
Black with #1FBFAB
Text Example
Text Example
White with #1FBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFAB; }
p { color: rgb(31,191,171); }
H1.HeaderClassName
{
color: #1FBFAB;
}
.AnyTagClassName
{
color: #1FBFAB;
}
</style>
background-color css
<style>
a { background-color: #1FBFAB; }
a { background-color: rgb(31,191,171); }
div.DivClassName
{
background-color: #1FBFAB;
}
.BgClassName
{
background-color: #1FBFAB;
}
</style>
border-color css
<style>
span { border-color: #1FBFAB; }
span { border-color: rgb(31,191,171); }
td.TdClassName
{
border-color: #1FBFAB;
}
.TagClassName
{
border-color: #1FBFAB;
}
</style>