Shades of Light Sea Green #1FABAC
Tints of Light Sea Green #1FABAC
RGB
CMYK
RGB Variations
Color information
#1FABAC (or 0x1FABAC) is known color: Light Sea Green. HEX triplet: 1F, AB and AC. RGB value is (31,171,172). Sum of RGB (Red+Green+Blue) = 31+171+172=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #1FABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABAC is #E05453. Grayscale: #818181. Windows color (decimal): -14701652 or 11315999. OLE color: 11315999.
HSL color Cylindrical-coordinate representation of color #1FABAC: hue angle of 180.43º 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 #1FABAC is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 172 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.33 |
| HSL | 180.43º | 0.69% | 0.4% | - |
| HSV(B) | 180.43º | 0.82% | 0.67% | - |
| XYZ | 22.57 | 32.4 | 44.09 | - |
| YUV | 129.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 172 | 0.82 | 0.01 | 0 | 0.33 | 180.43 | 0.69 | 0.4 |
| Hex | 1F | AB | AC | 52 | 1 | 0 | 21 | B4 | 45 | 28 |
| Octal | 37 | 253 | 254 | 122 | 1 | 0 | 41 | 264 | 105 | 50 |
| Binary | 11111 | 10101011 | 10101100 | 1010010 | 1 | 0 | 100001 | 10110100 | 1000101 | 101000 |
Color Harmonies of #1FABAC
Complementary color
Monochromatic Colors of #1FABAC
Black with #1FABAC
Text Example
Text Example
White with #1FABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABAC; }
p { color: rgb(31,171,172); }
H1.HeaderClassName
{
color: #1FABAC;
}
.AnyTagClassName
{
color: #1FABAC;
}
</style>
background-color css
<style>
a { background-color: #1FABAC; }
a { background-color: rgb(31,171,172); }
div.DivClassName
{
background-color: #1FABAC;
}
.BgClassName
{
background-color: #1FABAC;
}
</style>
border-color css
<style>
span { border-color: #1FABAC; }
span { border-color: rgb(31,171,172); }
td.TdClassName
{
border-color: #1FABAC;
}
.TagClassName
{
border-color: #1FABAC;
}
</style>