Shades of Light Sea Green #1FD1BC
Tints of Light Sea Green #1FD1BC
RGB
CMYK
RGB Variations
Color information
#1FD1BC (or 0x1FD1BC) is known color: Light Sea Green. HEX triplet: 1F, D1 and BC. RGB value is (31,209,188). Sum of RGB (Red+Green+Blue) = 31+209+188=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD1BC is #E02E43. Grayscale: #999999. Windows color (decimal): -14691908 or 12374303. OLE color: 12374303.
HSL color Cylindrical-coordinate representation of color #1FD1BC: hue angle of 172.92º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD1BC is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 188 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.18 |
| HSL | 172.92º | 0.74% | 0.47% | - |
| HSV(B) | 172.92º | 0.85% | 0.82% | - |
| XYZ | 32.44 | 49.52 | 55.43 | - |
| YUV | 153.38 | 147.53 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 188 | 0.85 | 0 | 0.10 | 0.18 | 172.92 | 0.74 | 0.47 |
| Hex | 1F | D1 | BC | 55 | 0 | A | 12 | AD | 4A | 2F |
| Octal | 37 | 321 | 274 | 125 | 0 | 12 | 22 | 255 | 112 | 57 |
| Binary | 11111 | 11010001 | 10111100 | 1010101 | 0 | 1010 | 10010 | 10101101 | 1001010 | 101111 |
Color Harmonies of #1FD1BC
Complementary color
Monochromatic Colors of #1FD1BC
Black with #1FD1BC
Text Example
Text Example
White with #1FD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD1BC; }
p { color: rgb(31,209,188); }
H1.HeaderClassName
{
color: #1FD1BC;
}
.AnyTagClassName
{
color: #1FD1BC;
}
</style>
background-color css
<style>
a { background-color: #1FD1BC; }
a { background-color: rgb(31,209,188); }
div.DivClassName
{
background-color: #1FD1BC;
}
.BgClassName
{
background-color: #1FD1BC;
}
</style>
border-color css
<style>
span { border-color: #1FD1BC; }
span { border-color: rgb(31,209,188); }
td.TdClassName
{
border-color: #1FD1BC;
}
.TagClassName
{
border-color: #1FD1BC;
}
</style>