Shades of Light Sea Green #1FAFA0
Tints of Light Sea Green #1FAFA0
RGB
CMYK
RGB Variations
Color information
#1FAFA0 (or 0x1FAFA0) is known color: Light Sea Green. HEX triplet: 1F, AF and A0. RGB value is (31,175,160). Sum of RGB (Red+Green+Blue) = 31+175+160=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAFA0 is #E0505F. Grayscale: #828282. Windows color (decimal): -14700640 or 10530591. OLE color: 10530591.
HSL color Cylindrical-coordinate representation of color #1FAFA0: hue angle of 173.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 #1FAFA0 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 160 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.31 |
| HSL | 173.75º | 0.7% | 0.4% | - |
| HSV(B) | 173.75º | 0.82% | 0.69% | - |
| XYZ | 22.24 | 33.49 | 38.55 | - |
| YUV | 130.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 160 | 0.82 | 0 | 0.09 | 0.31 | 173.75 | 0.7 | 0.4 |
| Hex | 1F | AF | A0 | 52 | 0 | 9 | 1F | AE | 46 | 28 |
| Octal | 37 | 257 | 240 | 122 | 0 | 11 | 37 | 256 | 106 | 50 |
| Binary | 11111 | 10101111 | 10100000 | 1010010 | 0 | 1001 | 11111 | 10101110 | 1000110 | 101000 |
Color Harmonies of #1FAFA0
Complementary color
Monochromatic Colors of #1FAFA0
Black with #1FAFA0
Text Example
Text Example
White with #1FAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFA0; }
p { color: rgb(31,175,160); }
H1.HeaderClassName
{
color: #1FAFA0;
}
.AnyTagClassName
{
color: #1FAFA0;
}
</style>
background-color css
<style>
a { background-color: #1FAFA0; }
a { background-color: rgb(31,175,160); }
div.DivClassName
{
background-color: #1FAFA0;
}
.BgClassName
{
background-color: #1FAFA0;
}
</style>
border-color css
<style>
span { border-color: #1FAFA0; }
span { border-color: rgb(31,175,160); }
td.TdClassName
{
border-color: #1FAFA0;
}
.TagClassName
{
border-color: #1FAFA0;
}
</style>