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