Shades of Light Sea Green #1FCDBD
Tints of Light Sea Green #1FCDBD
RGB
CMYK
RGB Variations
Color information
#1FCDBD (or 0x1FCDBD) is known color: Light Sea Green. HEX triplet: 1F, CD and BD. RGB value is (31,205,189). Sum of RGB (Red+Green+Blue) = 31+205+189=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDBD is #E03242. Grayscale: #979797. Windows color (decimal): -14692931 or 12438815. OLE color: 12438815.
HSL color Cylindrical-coordinate representation of color #1FCDBD: hue angle of 174.48º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCDBD is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 189 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.20 |
| HSL | 174.48º | 0.74% | 0.46% | - |
| HSV(B) | 174.48º | 0.85% | 0.8% | - |
| XYZ | 31.58 | 47.63 | 55.67 | - |
| YUV | 151.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 189 | 0.85 | 0 | 0.08 | 0.20 | 174.48 | 0.74 | 0.46 |
| Hex | 1F | CD | BD | 55 | 0 | 8 | 14 | AE | 4A | 2E |
| Octal | 37 | 315 | 275 | 125 | 0 | 10 | 24 | 256 | 112 | 56 |
| Binary | 11111 | 11001101 | 10111101 | 1010101 | 0 | 1000 | 10100 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1FCDBD
Complementary color
Monochromatic Colors of #1FCDBD
Black with #1FCDBD
Text Example
Text Example
White with #1FCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDBD; }
p { color: rgb(31,205,189); }
H1.HeaderClassName
{
color: #1FCDBD;
}
.AnyTagClassName
{
color: #1FCDBD;
}
</style>
background-color css
<style>
a { background-color: #1FCDBD; }
a { background-color: rgb(31,205,189); }
div.DivClassName
{
background-color: #1FCDBD;
}
.BgClassName
{
background-color: #1FCDBD;
}
</style>
border-color css
<style>
span { border-color: #1FCDBD; }
span { border-color: rgb(31,205,189); }
td.TdClassName
{
border-color: #1FCDBD;
}
.TagClassName
{
border-color: #1FCDBD;
}
</style>