Shades of Light Sea Green #1FCAAF
Tints of Light Sea Green #1FCAAF
RGB
CMYK
RGB Variations
Color information
#1FCAAF (or 0x1FCAAF) is known color: Light Sea Green. HEX triplet: 1F, CA and AF. RGB value is (31,202,175). Sum of RGB (Red+Green+Blue) = 31+202+175=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCAAF is #E03550. Grayscale: #939393. Windows color (decimal): -14693713 or 11520543. OLE color: 11520543.
HSL color Cylindrical-coordinate representation of color #1FCAAF: hue angle of 170.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCAAF is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 202 | 175 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.21 |
| HSL | 170.53º | 0.73% | 0.46% | - |
| HSV(B) | 170.53º | 0.85% | 0.79% | - |
| XYZ | 29.42 | 45.63 | 47.81 | - |
| YUV | 147.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 175 | 0.85 | 0 | 0.13 | 0.21 | 170.53 | 0.73 | 0.46 |
| Hex | 1F | CA | AF | 55 | 0 | D | 15 | AB | 49 | 2E |
| Octal | 37 | 312 | 257 | 125 | 0 | 15 | 25 | 253 | 111 | 56 |
| Binary | 11111 | 11001010 | 10101111 | 1010101 | 0 | 1101 | 10101 | 10101011 | 1001001 | 101110 |
Color Harmonies of #1FCAAF
Complementary color
Monochromatic Colors of #1FCAAF
Black with #1FCAAF
Text Example
Text Example
White with #1FCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAAF; }
p { color: rgb(31,202,175); }
H1.HeaderClassName
{
color: #1FCAAF;
}
.AnyTagClassName
{
color: #1FCAAF;
}
</style>
background-color css
<style>
a { background-color: #1FCAAF; }
a { background-color: rgb(31,202,175); }
div.DivClassName
{
background-color: #1FCAAF;
}
.BgClassName
{
background-color: #1FCAAF;
}
</style>
border-color css
<style>
span { border-color: #1FCAAF; }
span { border-color: rgb(31,202,175); }
td.TdClassName
{
border-color: #1FCAAF;
}
.TagClassName
{
border-color: #1FCAAF;
}
</style>