Shades of Light Sea Green #1FAFA5
Tints of Light Sea Green #1FAFA5
RGB
CMYK
RGB Variations
Color information
#1FAFA5 (or 0x1FAFA5) is known color: Light Sea Green. HEX triplet: 1F, AF and A5. RGB value is (31,175,165). Sum of RGB (Red+Green+Blue) = 31+175+165=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAFA5 is #E0505A. Grayscale: #828282. Windows color (decimal): -14700635 or 10858271. OLE color: 10858271.
HSL color Cylindrical-coordinate representation of color #1FAFA5: hue angle of 175.83º 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 #1FAFA5 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 165 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.31 |
| HSL | 175.83º | 0.7% | 0.4% | - |
| HSV(B) | 175.83º | 0.82% | 0.69% | - |
| XYZ | 22.69 | 33.67 | 40.9 | - |
| YUV | 130.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 165 | 0.82 | 0 | 0.06 | 0.31 | 175.83 | 0.7 | 0.4 |
| Hex | 1F | AF | A5 | 52 | 0 | 6 | 1F | B0 | 46 | 28 |
| Octal | 37 | 257 | 245 | 122 | 0 | 6 | 37 | 260 | 106 | 50 |
| Binary | 11111 | 10101111 | 10100101 | 1010010 | 0 | 110 | 11111 | 10110000 | 1000110 | 101000 |
Color Harmonies of #1FAFA5
Complementary color
Monochromatic Colors of #1FAFA5
Black with #1FAFA5
Text Example
Text Example
White with #1FAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFA5; }
p { color: rgb(31,175,165); }
H1.HeaderClassName
{
color: #1FAFA5;
}
.AnyTagClassName
{
color: #1FAFA5;
}
</style>
background-color css
<style>
a { background-color: #1FAFA5; }
a { background-color: rgb(31,175,165); }
div.DivClassName
{
background-color: #1FAFA5;
}
.BgClassName
{
background-color: #1FAFA5;
}
</style>
border-color css
<style>
span { border-color: #1FAFA5; }
span { border-color: rgb(31,175,165); }
td.TdClassName
{
border-color: #1FAFA5;
}
.TagClassName
{
border-color: #1FAFA5;
}
</style>