Shades of Light Sea Green #1FCDB9
Tints of Light Sea Green #1FCDB9
RGB
CMYK
RGB Variations
Color information
#1FCDB9 (or 0x1FCDB9) is known color: Light Sea Green. HEX triplet: 1F, CD and B9. RGB value is (31,205,185). Sum of RGB (Red+Green+Blue) = 31+205+185=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDB9 is #E03246. Grayscale: #969696. Windows color (decimal): -14692935 or 12176671. OLE color: 12176671.
HSL color Cylindrical-coordinate representation of color #1FCDB9: hue angle of 173.1º 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 #1FCDB9 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 185 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.20 |
| HSL | 173.1º | 0.74% | 0.46% | - |
| HSV(B) | 173.1º | 0.85% | 0.8% | - |
| XYZ | 31.15 | 47.46 | 53.42 | - |
| YUV | 150.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 185 | 0.85 | 0 | 0.10 | 0.20 | 173.1 | 0.74 | 0.46 |
| Hex | 1F | CD | B9 | 55 | 0 | A | 14 | AD | 4A | 2E |
| Octal | 37 | 315 | 271 | 125 | 0 | 12 | 24 | 255 | 112 | 56 |
| Binary | 11111 | 11001101 | 10111001 | 1010101 | 0 | 1010 | 10100 | 10101101 | 1001010 | 101110 |
Color Harmonies of #1FCDB9
Complementary color
Monochromatic Colors of #1FCDB9
Black with #1FCDB9
Text Example
Text Example
White with #1FCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDB9; }
p { color: rgb(31,205,185); }
H1.HeaderClassName
{
color: #1FCDB9;
}
.AnyTagClassName
{
color: #1FCDB9;
}
</style>
background-color css
<style>
a { background-color: #1FCDB9; }
a { background-color: rgb(31,205,185); }
div.DivClassName
{
background-color: #1FCDB9;
}
.BgClassName
{
background-color: #1FCDB9;
}
</style>
border-color css
<style>
span { border-color: #1FCDB9; }
span { border-color: rgb(31,205,185); }
td.TdClassName
{
border-color: #1FCDB9;
}
.TagClassName
{
border-color: #1FCDB9;
}
</style>