Shades of Light Sea Green #1FACA4
Tints of Light Sea Green #1FACA4
RGB
CMYK
RGB Variations
Color information
#1FACA4 (or 0x1FACA4) is known color: Light Sea Green. HEX triplet: 1F, AC and A4. RGB value is (31,172,164). Sum of RGB (Red+Green+Blue) = 31+172+164=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACA4 is #E0535B. Grayscale: #808080. Windows color (decimal): -14701404 or 10791967. OLE color: 10791967.
HSL color Cylindrical-coordinate representation of color #1FACA4: hue angle of 176.6º 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 #1FACA4 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 164 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.33 |
| HSL | 176.6º | 0.69% | 0.4% | - |
| HSV(B) | 176.6º | 0.82% | 0.67% | - |
| XYZ | 22.02 | 32.48 | 40.23 | - |
| YUV | 128.93 | 147.79 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 164 | 0.82 | 0 | 0.05 | 0.33 | 176.6 | 0.69 | 0.4 |
| Hex | 1F | AC | A4 | 52 | 0 | 5 | 21 | B1 | 45 | 28 |
| Octal | 37 | 254 | 244 | 122 | 0 | 5 | 41 | 261 | 105 | 50 |
| Binary | 11111 | 10101100 | 10100100 | 1010010 | 0 | 101 | 100001 | 10110001 | 1000101 | 101000 |
Color Harmonies of #1FACA4
Complementary color
Monochromatic Colors of #1FACA4
Black with #1FACA4
Text Example
Text Example
White with #1FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACA4; }
p { color: rgb(31,172,164); }
H1.HeaderClassName
{
color: #1FACA4;
}
.AnyTagClassName
{
color: #1FACA4;
}
</style>
background-color css
<style>
a { background-color: #1FACA4; }
a { background-color: rgb(31,172,164); }
div.DivClassName
{
background-color: #1FACA4;
}
.BgClassName
{
background-color: #1FACA4;
}
</style>
border-color css
<style>
span { border-color: #1FACA4; }
span { border-color: rgb(31,172,164); }
td.TdClassName
{
border-color: #1FACA4;
}
.TagClassName
{
border-color: #1FACA4;
}
</style>