Shades of Light Sea Green #1FCDB0
Tints of Light Sea Green #1FCDB0
RGB
CMYK
RGB Variations
Color information
#1FCDB0 (or 0x1FCDB0) is known color: Light Sea Green. HEX triplet: 1F, CD and B0. RGB value is (31,205,176). Sum of RGB (Red+Green+Blue) = 31+205+176=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCDB0 is #E0324F. Grayscale: #959595. Windows color (decimal): -14692944 or 11586847. OLE color: 11586847.
HSL color Cylindrical-coordinate representation of color #1FCDB0: hue angle of 170º 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 #1FCDB0 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 176 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.20 |
| HSL | 170º | 0.74% | 0.46% | - |
| HSV(B) | 170º | 0.85% | 0.8% | - |
| XYZ | 30.23 | 47.09 | 48.57 | - |
| YUV | 149.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 176 | 0.85 | 0 | 0.14 | 0.20 | 170 | 0.74 | 0.46 |
| Hex | 1F | CD | B0 | 55 | 0 | E | 14 | AA | 4A | 2E |
| Octal | 37 | 315 | 260 | 125 | 0 | 16 | 24 | 252 | 112 | 56 |
| Binary | 11111 | 11001101 | 10110000 | 1010101 | 0 | 1110 | 10100 | 10101010 | 1001010 | 101110 |
Color Harmonies of #1FCDB0
Complementary color
Monochromatic Colors of #1FCDB0
Black with #1FCDB0
Text Example
Text Example
White with #1FCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDB0; }
p { color: rgb(31,205,176); }
H1.HeaderClassName
{
color: #1FCDB0;
}
.AnyTagClassName
{
color: #1FCDB0;
}
</style>
background-color css
<style>
a { background-color: #1FCDB0; }
a { background-color: rgb(31,205,176); }
div.DivClassName
{
background-color: #1FCDB0;
}
.BgClassName
{
background-color: #1FCDB0;
}
</style>
border-color css
<style>
span { border-color: #1FCDB0; }
span { border-color: rgb(31,205,176); }
td.TdClassName
{
border-color: #1FCDB0;
}
.TagClassName
{
border-color: #1FCDB0;
}
</style>