Shades of Light Sea Green #1FA6AA
Tints of Light Sea Green #1FA6AA
RGB
CMYK
RGB Variations
Color information
#1FA6AA (or 0x1FA6AA) is known color: Light Sea Green. HEX triplet: 1F, A6 and AA. RGB value is (31,166,170). Sum of RGB (Red+Green+Blue) = 31+166+170=367 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.45% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #1FA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA6AA is #E05955. Grayscale: #7D7D7D. Windows color (decimal): -14702934 or 11183647. OLE color: 11183647.
HSL color Cylindrical-coordinate representation of color #1FA6AA: hue angle of 181.73º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA6AA is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 166 | 170 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.33 |
| HSL | 181.73º | 0.69% | 0.39% | - |
| HSV(B) | 181.73º | 0.82% | 0.67% | - |
| XYZ | 21.46 | 30.47 | 42.78 | - |
| YUV | 126.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 170 | 0.82 | 0.02 | 0 | 0.33 | 181.73 | 0.69 | 0.39 |
| Hex | 1F | A6 | AA | 52 | 2 | 0 | 21 | B6 | 45 | 27 |
| Octal | 37 | 246 | 252 | 122 | 2 | 0 | 41 | 266 | 105 | 47 |
| Binary | 11111 | 10100110 | 10101010 | 1010010 | 10 | 0 | 100001 | 10110110 | 1000101 | 100111 |
Color Harmonies of #1FA6AA
Complementary color
Monochromatic Colors of #1FA6AA
Black with #1FA6AA
Text Example
Text Example
White with #1FA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6AA; }
p { color: rgb(31,166,170); }
H1.HeaderClassName
{
color: #1FA6AA;
}
.AnyTagClassName
{
color: #1FA6AA;
}
</style>
background-color css
<style>
a { background-color: #1FA6AA; }
a { background-color: rgb(31,166,170); }
div.DivClassName
{
background-color: #1FA6AA;
}
.BgClassName
{
background-color: #1FA6AA;
}
</style>
border-color css
<style>
span { border-color: #1FA6AA; }
span { border-color: rgb(31,166,170); }
td.TdClassName
{
border-color: #1FA6AA;
}
.TagClassName
{
border-color: #1FA6AA;
}
</style>