Shades of Light Sea Green #1FCDBB
Tints of Light Sea Green #1FCDBB
RGB
CMYK
RGB Variations
Color information
#1FCDBB (or 0x1FCDBB) is known color: Light Sea Green. HEX triplet: 1F, CD and BB. RGB value is (31,205,187). Sum of RGB (Red+Green+Blue) = 31+205+187=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDBB is #E03244. Grayscale: #969696. Windows color (decimal): -14692933 or 12307743. OLE color: 12307743.
HSL color Cylindrical-coordinate representation of color #1FCDBB: hue angle of 173.79º 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 #1FCDBB is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 187 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.20 |
| HSL | 173.79º | 0.74% | 0.46% | - |
| HSV(B) | 173.79º | 0.85% | 0.8% | - |
| XYZ | 31.37 | 47.54 | 54.54 | - |
| YUV | 150.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 187 | 0.85 | 0 | 0.09 | 0.20 | 173.79 | 0.74 | 0.46 |
| Hex | 1F | CD | BB | 55 | 0 | 9 | 14 | AE | 4A | 2E |
| Octal | 37 | 315 | 273 | 125 | 0 | 11 | 24 | 256 | 112 | 56 |
| Binary | 11111 | 11001101 | 10111011 | 1010101 | 0 | 1001 | 10100 | 10101110 | 1001010 | 101110 |
Color Harmonies of #1FCDBB
Complementary color
Monochromatic Colors of #1FCDBB
Black with #1FCDBB
Text Example
Text Example
White with #1FCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDBB; }
p { color: rgb(31,205,187); }
H1.HeaderClassName
{
color: #1FCDBB;
}
.AnyTagClassName
{
color: #1FCDBB;
}
</style>
background-color css
<style>
a { background-color: #1FCDBB; }
a { background-color: rgb(31,205,187); }
div.DivClassName
{
background-color: #1FCDBB;
}
.BgClassName
{
background-color: #1FCDBB;
}
</style>
border-color css
<style>
span { border-color: #1FCDBB; }
span { border-color: rgb(31,205,187); }
td.TdClassName
{
border-color: #1FCDBB;
}
.TagClassName
{
border-color: #1FCDBB;
}
</style>