Shades of Light Sea Green #1FABA3
Tints of Light Sea Green #1FABA3
RGB
CMYK
RGB Variations
Color information
#1FABA3 (or 0x1FABA3) is known color: Light Sea Green. HEX triplet: 1F, AB and A3. RGB value is (31,171,163). Sum of RGB (Red+Green+Blue) = 31+171+163=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #1FABA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABA3 is #E0545C. Grayscale: #808080. Windows color (decimal): -14701661 or 10726175. OLE color: 10726175.
HSL color Cylindrical-coordinate representation of color #1FABA3: hue angle of 176.57º 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 #1FABA3 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 163 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.33 |
| HSL | 176.57º | 0.69% | 0.4% | - |
| HSV(B) | 176.57º | 0.82% | 0.67% | - |
| XYZ | 21.74 | 32.06 | 39.69 | - |
| YUV | 128.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 163 | 0.82 | 0 | 0.05 | 0.33 | 176.57 | 0.69 | 0.4 |
| Hex | 1F | AB | A3 | 52 | 0 | 5 | 21 | B1 | 45 | 28 |
| Octal | 37 | 253 | 243 | 122 | 0 | 5 | 41 | 261 | 105 | 50 |
| Binary | 11111 | 10101011 | 10100011 | 1010010 | 0 | 101 | 100001 | 10110001 | 1000101 | 101000 |
Color Harmonies of #1FABA3
Complementary color
Monochromatic Colors of #1FABA3
Black with #1FABA3
Text Example
Text Example
White with #1FABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABA3; }
p { color: rgb(31,171,163); }
H1.HeaderClassName
{
color: #1FABA3;
}
.AnyTagClassName
{
color: #1FABA3;
}
</style>
background-color css
<style>
a { background-color: #1FABA3; }
a { background-color: rgb(31,171,163); }
div.DivClassName
{
background-color: #1FABA3;
}
.BgClassName
{
background-color: #1FABA3;
}
</style>
border-color css
<style>
span { border-color: #1FABA3; }
span { border-color: rgb(31,171,163); }
td.TdClassName
{
border-color: #1FABA3;
}
.TagClassName
{
border-color: #1FABA3;
}
</style>