Shades of Light Sea Green #1FACA2
Tints of Light Sea Green #1FACA2
RGB
CMYK
RGB Variations
Color information
#1FACA2 (or 0x1FACA2) is known color: Light Sea Green. HEX triplet: 1F, AC and A2. RGB value is (31,172,162). Sum of RGB (Red+Green+Blue) = 31+172+162=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACA2 is #E0535D. Grayscale: #808080. Windows color (decimal): -14701406 or 10660895. OLE color: 10660895.
HSL color Cylindrical-coordinate representation of color #1FACA2: hue angle of 175.74º 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 #1FACA2 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 162 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.33 |
| HSL | 175.74º | 0.69% | 0.4% | - |
| HSV(B) | 175.74º | 0.82% | 0.67% | - |
| XYZ | 21.84 | 32.4 | 39.29 | - |
| YUV | 128.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 162 | 0.82 | 0 | 0.06 | 0.33 | 175.74 | 0.69 | 0.4 |
| Hex | 1F | AC | A2 | 52 | 0 | 6 | 21 | B0 | 45 | 28 |
| Octal | 37 | 254 | 242 | 122 | 0 | 6 | 41 | 260 | 105 | 50 |
| Binary | 11111 | 10101100 | 10100010 | 1010010 | 0 | 110 | 100001 | 10110000 | 1000101 | 101000 |
Color Harmonies of #1FACA2
Complementary color
Monochromatic Colors of #1FACA2
Black with #1FACA2
Text Example
Text Example
White with #1FACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACA2; }
p { color: rgb(31,172,162); }
H1.HeaderClassName
{
color: #1FACA2;
}
.AnyTagClassName
{
color: #1FACA2;
}
</style>
background-color css
<style>
a { background-color: #1FACA2; }
a { background-color: rgb(31,172,162); }
div.DivClassName
{
background-color: #1FACA2;
}
.BgClassName
{
background-color: #1FACA2;
}
</style>
border-color css
<style>
span { border-color: #1FACA2; }
span { border-color: rgb(31,172,162); }
td.TdClassName
{
border-color: #1FACA2;
}
.TagClassName
{
border-color: #1FACA2;
}
</style>