Shades of Light Sea Green #1FACA6
Tints of Light Sea Green #1FACA6
RGB
CMYK
RGB Variations
Color information
#1FACA6 (or 0x1FACA6) is known color: Light Sea Green. HEX triplet: 1F, AC and A6. RGB value is (31,172,166). Sum of RGB (Red+Green+Blue) = 31+172+166=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACA6 is #E05359. Grayscale: #818181. Windows color (decimal): -14701402 or 10923039. OLE color: 10923039.
HSL color Cylindrical-coordinate representation of color #1FACA6: hue angle of 177.45º 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 #1FACA6 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 166 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.33 |
| HSL | 177.45º | 0.69% | 0.4% | - |
| HSV(B) | 177.45º | 0.82% | 0.67% | - |
| XYZ | 22.2 | 32.55 | 41.19 | - |
| YUV | 129.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 166 | 0.82 | 0 | 0.03 | 0.33 | 177.45 | 0.69 | 0.4 |
| Hex | 1F | AC | A6 | 52 | 0 | 3 | 21 | B1 | 45 | 28 |
| Octal | 37 | 254 | 246 | 122 | 0 | 3 | 41 | 261 | 105 | 50 |
| Binary | 11111 | 10101100 | 10100110 | 1010010 | 0 | 11 | 100001 | 10110001 | 1000101 | 101000 |
Color Harmonies of #1FACA6
Complementary color
Monochromatic Colors of #1FACA6
Black with #1FACA6
Text Example
Text Example
White with #1FACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACA6; }
p { color: rgb(31,172,166); }
H1.HeaderClassName
{
color: #1FACA6;
}
.AnyTagClassName
{
color: #1FACA6;
}
</style>
background-color css
<style>
a { background-color: #1FACA6; }
a { background-color: rgb(31,172,166); }
div.DivClassName
{
background-color: #1FACA6;
}
.BgClassName
{
background-color: #1FACA6;
}
</style>
border-color css
<style>
span { border-color: #1FACA6; }
span { border-color: rgb(31,172,166); }
td.TdClassName
{
border-color: #1FACA6;
}
.TagClassName
{
border-color: #1FACA6;
}
</style>