Shades of Light Sea Green #1FACAA
Tints of Light Sea Green #1FACAA
RGB
CMYK
RGB Variations
Color information
#1FACAA (or 0x1FACAA) is known color: Light Sea Green. HEX triplet: 1F, AC and AA. RGB value is (31,172,170). Sum of RGB (Red+Green+Blue) = 31+172+170=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACAA is #E05355. Grayscale: #818181. Windows color (decimal): -14701398 or 11185183. OLE color: 11185183.
HSL color Cylindrical-coordinate representation of color #1FACAA: hue angle of 179.15º 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 #1FACAA is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 31 | 172 | 170 | - |
CMYK | 0.82 | 0 | 0.01 | 0.33 |
HSL | 179.15º | 0.69% | 0.4% | - |
HSV(B) | 179.15º | 0.82% | 0.67% | - |
XYZ | 22.57 | 32.7 | 43.15 | - |
YUV | 129.61 | 150.79 | 57.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 172 | 170 | 0.82 | 0 | 0.01 | 0.33 | 179.15 | 0.69 | 0.4 |
Hex | 1F | AC | AA | 52 | 0 | 1 | 21 | B3 | 45 | 28 |
Octal | 37 | 254 | 252 | 122 | 0 | 1 | 41 | 263 | 105 | 50 |
Binary | 11111 | 10101100 | 10101010 | 1010010 | 0 | 1 | 100001 | 10110011 | 1000101 | 101000 |
Color Harmonies of #1FACAA
Complementary color
Monochromatic Colors of #1FACAA
Black with #1FACAA
Text Example
Text Example
White with #1FACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACAA; }
p { color: rgb(31,172,170); }
H1.HeaderClassName
{
color: #1FACAA;
}
.AnyTagClassName
{
color: #1FACAA;
}
</style>
background-color css
<style>
a { background-color: #1FACAA; }
a { background-color: rgb(31,172,170); }
div.DivClassName
{
background-color: #1FACAA;
}
.BgClassName
{
background-color: #1FACAA;
}
</style>
border-color css
<style>
span { border-color: #1FACAA; }
span { border-color: rgb(31,172,170); }
td.TdClassName
{
border-color: #1FACAA;
}
.TagClassName
{
border-color: #1FACAA;
}
</style>