Shades of Light Sea Green #1FA6AF
Tints of Light Sea Green #1FA6AF
RGB
CMYK
RGB Variations
Color information
#1FA6AF (or 0x1FA6AF) is known color: Light Sea Green. HEX triplet: 1F, A6 and AF. RGB value is (31,166,175). Sum of RGB (Red+Green+Blue) = 31+166+175=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #1FA6AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA6AF is #E05950. Grayscale: #7E7E7E. Windows color (decimal): -14702929 or 11511327. OLE color: 11511327.
HSL color Cylindrical-coordinate representation of color #1FA6AF: hue angle of 183.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA6AF is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 166 | 175 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.31 |
| HSL | 183.75º | 0.7% | 0.4% | - |
| HSV(B) | 183.75º | 0.82% | 0.69% | - |
| XYZ | 21.94 | 30.66 | 45.32 | - |
| YUV | 126.66 | 155.27 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 175 | 0.82 | 0.05 | 0 | 0.31 | 183.75 | 0.7 | 0.4 |
| Hex | 1F | A6 | AF | 52 | 5 | 0 | 1F | B8 | 46 | 28 |
| Octal | 37 | 246 | 257 | 122 | 5 | 0 | 37 | 270 | 106 | 50 |
| Binary | 11111 | 10100110 | 10101111 | 1010010 | 101 | 0 | 11111 | 10111000 | 1000110 | 101000 |
Color Harmonies of #1FA6AF
Complementary color
Monochromatic Colors of #1FA6AF
Black with #1FA6AF
Text Example
Text Example
White with #1FA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6AF; }
p { color: rgb(31,166,175); }
H1.HeaderClassName
{
color: #1FA6AF;
}
.AnyTagClassName
{
color: #1FA6AF;
}
</style>
background-color css
<style>
a { background-color: #1FA6AF; }
a { background-color: rgb(31,166,175); }
div.DivClassName
{
background-color: #1FA6AF;
}
.BgClassName
{
background-color: #1FA6AF;
}
</style>
border-color css
<style>
span { border-color: #1FA6AF; }
span { border-color: rgb(31,166,175); }
td.TdClassName
{
border-color: #1FA6AF;
}
.TagClassName
{
border-color: #1FA6AF;
}
</style>