Shades of Light Sea Green #1FAFA3
Tints of Light Sea Green #1FAFA3
RGB
CMYK
RGB Variations
Color information
#1FAFA3 (or 0x1FAFA3) is known color: Light Sea Green. HEX triplet: 1F, AF and A3. RGB value is (31,175,163). Sum of RGB (Red+Green+Blue) = 31+175+163=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAFA3 is #E0505C. Grayscale: #828282. Windows color (decimal): -14700637 or 10727199. OLE color: 10727199.
HSL color Cylindrical-coordinate representation of color #1FAFA3: hue angle of 175º 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 #1FAFA3 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 163 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.31 |
| HSL | 175º | 0.7% | 0.4% | - |
| HSV(B) | 175º | 0.82% | 0.69% | - |
| XYZ | 22.51 | 33.6 | 39.95 | - |
| YUV | 130.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 163 | 0.82 | 0 | 0.07 | 0.31 | 175 | 0.7 | 0.4 |
| Hex | 1F | AF | A3 | 52 | 0 | 7 | 1F | AF | 46 | 28 |
| Octal | 37 | 257 | 243 | 122 | 0 | 7 | 37 | 257 | 106 | 50 |
| Binary | 11111 | 10101111 | 10100011 | 1010010 | 0 | 111 | 11111 | 10101111 | 1000110 | 101000 |
Color Harmonies of #1FAFA3
Complementary color
Monochromatic Colors of #1FAFA3
Black with #1FAFA3
Text Example
Text Example
White with #1FAFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFA3; }
p { color: rgb(31,175,163); }
H1.HeaderClassName
{
color: #1FAFA3;
}
.AnyTagClassName
{
color: #1FAFA3;
}
</style>
background-color css
<style>
a { background-color: #1FAFA3; }
a { background-color: rgb(31,175,163); }
div.DivClassName
{
background-color: #1FAFA3;
}
.BgClassName
{
background-color: #1FAFA3;
}
</style>
border-color css
<style>
span { border-color: #1FAFA3; }
span { border-color: rgb(31,175,163); }
td.TdClassName
{
border-color: #1FAFA3;
}
.TagClassName
{
border-color: #1FAFA3;
}
</style>