Shades of Light Sea Green #1FAEAC
Tints of Light Sea Green #1FAEAC
RGB
CMYK
RGB Variations
Color information
#1FAEAC (or 0x1FAEAC) is known color: Light Sea Green. HEX triplet: 1F, AE and AC. RGB value is (31,174,172). Sum of RGB (Red+Green+Blue) = 31+174+172=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAEAC is #E05153. Grayscale: #828282. Windows color (decimal): -14700884 or 11316767. OLE color: 11316767.
HSL color Cylindrical-coordinate representation of color #1FAEAC: hue angle of 179.16º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAEAC is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 174 | 172 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.32 |
| HSL | 179.16º | 0.7% | 0.4% | - |
| HSV(B) | 179.16º | 0.82% | 0.68% | - |
| XYZ | 23.15 | 33.54 | 44.28 | - |
| YUV | 131.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 172 | 0.82 | 0 | 0.01 | 0.32 | 179.16 | 0.7 | 0.4 |
| Hex | 1F | AE | AC | 52 | 0 | 1 | 20 | B3 | 46 | 28 |
| Octal | 37 | 256 | 254 | 122 | 0 | 1 | 40 | 263 | 106 | 50 |
| Binary | 11111 | 10101110 | 10101100 | 1010010 | 0 | 1 | 100000 | 10110011 | 1000110 | 101000 |
Color Harmonies of #1FAEAC
Complementary color
Monochromatic Colors of #1FAEAC
Black with #1FAEAC
Text Example
Text Example
White with #1FAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEAC; }
p { color: rgb(31,174,172); }
H1.HeaderClassName
{
color: #1FAEAC;
}
.AnyTagClassName
{
color: #1FAEAC;
}
</style>
background-color css
<style>
a { background-color: #1FAEAC; }
a { background-color: rgb(31,174,172); }
div.DivClassName
{
background-color: #1FAEAC;
}
.BgClassName
{
background-color: #1FAEAC;
}
</style>
border-color css
<style>
span { border-color: #1FAEAC; }
span { border-color: rgb(31,174,172); }
td.TdClassName
{
border-color: #1FAEAC;
}
.TagClassName
{
border-color: #1FAEAC;
}
</style>