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