Shades of Light Sea Green #1FC0AF
Tints of Light Sea Green #1FC0AF
RGB
CMYK
RGB Variations
Color information
#1FC0AF (or 0x1FC0AF) is known color: Light Sea Green. HEX triplet: 1F, C0 and AF. RGB value is (31,192,175). Sum of RGB (Red+Green+Blue) = 31+192+175=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC0AF is #E03F50. Grayscale: #8D8D8D. Windows color (decimal): -14696273 or 11517983. OLE color: 11517983.
HSL color Cylindrical-coordinate representation of color #1FC0AF: hue angle of 173.66º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC0AF is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 175 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.25 |
| HSL | 173.66º | 0.72% | 0.44% | - |
| HSV(B) | 173.66º | 0.84% | 0.75% | - |
| XYZ | 27.15 | 41.09 | 47.06 | - |
| YUV | 141.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 175 | 0.84 | 0 | 0.09 | 0.25 | 173.66 | 0.72 | 0.44 |
| Hex | 1F | C0 | AF | 54 | 0 | 9 | 19 | AE | 48 | 2C |
| Octal | 37 | 300 | 257 | 124 | 0 | 11 | 31 | 256 | 110 | 54 |
| Binary | 11111 | 11000000 | 10101111 | 1010100 | 0 | 1001 | 11001 | 10101110 | 1001000 | 101100 |
Color Harmonies of #1FC0AF
Complementary color
Monochromatic Colors of #1FC0AF
Black with #1FC0AF
Text Example
Text Example
White with #1FC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0AF; }
p { color: rgb(31,192,175); }
H1.HeaderClassName
{
color: #1FC0AF;
}
.AnyTagClassName
{
color: #1FC0AF;
}
</style>
background-color css
<style>
a { background-color: #1FC0AF; }
a { background-color: rgb(31,192,175); }
div.DivClassName
{
background-color: #1FC0AF;
}
.BgClassName
{
background-color: #1FC0AF;
}
</style>
border-color css
<style>
span { border-color: #1FC0AF; }
span { border-color: rgb(31,192,175); }
td.TdClassName
{
border-color: #1FC0AF;
}
.TagClassName
{
border-color: #1FC0AF;
}
</style>