Shades of Light Sea Green #1FC5AB
Tints of Light Sea Green #1FC5AB
RGB
CMYK
RGB Variations
Color information
#1FC5AB (or 0x1FC5AB) is known color: Light Sea Green. HEX triplet: 1F, C5 and AB. RGB value is (31,197,171). Sum of RGB (Red+Green+Blue) = 31+197+171=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC5AB is #E03A54. Grayscale: #909090. Windows color (decimal): -14694997 or 11257119. OLE color: 11257119.
HSL color Cylindrical-coordinate representation of color #1FC5AB: hue angle of 170.6º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC5AB is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 197 | 171 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.23 |
| HSL | 170.6º | 0.73% | 0.45% | - |
| HSV(B) | 170.6º | 0.84% | 0.77% | - |
| XYZ | 27.88 | 43.16 | 45.39 | - |
| YUV | 144.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 197 | 171 | 0.84 | 0 | 0.13 | 0.23 | 170.6 | 0.73 | 0.45 |
| Hex | 1F | C5 | AB | 54 | 0 | D | 17 | AB | 49 | 2D |
| Octal | 37 | 305 | 253 | 124 | 0 | 15 | 27 | 253 | 111 | 55 |
| Binary | 11111 | 11000101 | 10101011 | 1010100 | 0 | 1101 | 10111 | 10101011 | 1001001 | 101101 |
Color Harmonies of #1FC5AB
Complementary color
Monochromatic Colors of #1FC5AB
Black with #1FC5AB
Text Example
Text Example
White with #1FC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC5AB; }
p { color: rgb(31,197,171); }
H1.HeaderClassName
{
color: #1FC5AB;
}
.AnyTagClassName
{
color: #1FC5AB;
}
</style>
background-color css
<style>
a { background-color: #1FC5AB; }
a { background-color: rgb(31,197,171); }
div.DivClassName
{
background-color: #1FC5AB;
}
.BgClassName
{
background-color: #1FC5AB;
}
</style>
border-color css
<style>
span { border-color: #1FC5AB; }
span { border-color: rgb(31,197,171); }
td.TdClassName
{
border-color: #1FC5AB;
}
.TagClassName
{
border-color: #1FC5AB;
}
</style>