Shades of Light Sea Green #1FA8AC
Tints of Light Sea Green #1FA8AC
RGB
CMYK
RGB Variations
Color information
#1FA8AC (or 0x1FA8AC) is known color: Light Sea Green. HEX triplet: 1F, A8 and AC. RGB value is (31,168,172). Sum of RGB (Red+Green+Blue) = 31+168+172=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #1FA8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA8AC is #E05753. Grayscale: #7F7F7F. Windows color (decimal): -14702420 or 11315231. OLE color: 11315231.
HSL color Cylindrical-coordinate representation of color #1FA8AC: hue angle of 181.7º 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 #1FA8AC is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 168 | 172 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.33 |
| HSL | 181.7º | 0.69% | 0.4% | - |
| HSV(B) | 181.7º | 0.82% | 0.67% | - |
| XYZ | 22.01 | 31.28 | 43.91 | - |
| YUV | 127.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 172 | 0.82 | 0.02 | 0 | 0.33 | 181.7 | 0.69 | 0.4 |
| Hex | 1F | A8 | AC | 52 | 2 | 0 | 21 | B6 | 45 | 28 |
| Octal | 37 | 250 | 254 | 122 | 2 | 0 | 41 | 266 | 105 | 50 |
| Binary | 11111 | 10101000 | 10101100 | 1010010 | 10 | 0 | 100001 | 10110110 | 1000101 | 101000 |
Color Harmonies of #1FA8AC
Complementary color
Monochromatic Colors of #1FA8AC
Black with #1FA8AC
Text Example
Text Example
White with #1FA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA8AC; }
p { color: rgb(31,168,172); }
H1.HeaderClassName
{
color: #1FA8AC;
}
.AnyTagClassName
{
color: #1FA8AC;
}
</style>
background-color css
<style>
a { background-color: #1FA8AC; }
a { background-color: rgb(31,168,172); }
div.DivClassName
{
background-color: #1FA8AC;
}
.BgClassName
{
background-color: #1FA8AC;
}
</style>
border-color css
<style>
span { border-color: #1FA8AC; }
span { border-color: rgb(31,168,172); }
td.TdClassName
{
border-color: #1FA8AC;
}
.TagClassName
{
border-color: #1FA8AC;
}
</style>