Shades of Light Sea Green #1FACA3
Tints of Light Sea Green #1FACA3
RGB
CMYK
RGB Variations
Color information
#1FACA3 (or 0x1FACA3) is known color: Light Sea Green. HEX triplet: 1F, AC and A3. RGB value is (31,172,163). Sum of RGB (Red+Green+Blue) = 31+172+163=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACA3 is #E0535C. Grayscale: #808080. Windows color (decimal): -14701405 or 10726431. OLE color: 10726431.
HSL color Cylindrical-coordinate representation of color #1FACA3: hue angle of 176.17º 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 #1FACA3 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 163 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.33 |
| HSL | 176.17º | 0.69% | 0.4% | - |
| HSV(B) | 176.17º | 0.82% | 0.67% | - |
| XYZ | 21.93 | 32.44 | 39.76 | - |
| YUV | 128.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 163 | 0.82 | 0 | 0.05 | 0.33 | 176.17 | 0.69 | 0.4 |
| Hex | 1F | AC | A3 | 52 | 0 | 5 | 21 | B0 | 45 | 28 |
| Octal | 37 | 254 | 243 | 122 | 0 | 5 | 41 | 260 | 105 | 50 |
| Binary | 11111 | 10101100 | 10100011 | 1010010 | 0 | 101 | 100001 | 10110000 | 1000101 | 101000 |
Color Harmonies of #1FACA3
Complementary color
Monochromatic Colors of #1FACA3
Black with #1FACA3
Text Example
Text Example
White with #1FACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACA3; }
p { color: rgb(31,172,163); }
H1.HeaderClassName
{
color: #1FACA3;
}
.AnyTagClassName
{
color: #1FACA3;
}
</style>
background-color css
<style>
a { background-color: #1FACA3; }
a { background-color: rgb(31,172,163); }
div.DivClassName
{
background-color: #1FACA3;
}
.BgClassName
{
background-color: #1FACA3;
}
</style>
border-color css
<style>
span { border-color: #1FACA3; }
span { border-color: rgb(31,172,163); }
td.TdClassName
{
border-color: #1FACA3;
}
.TagClassName
{
border-color: #1FACA3;
}
</style>