Shades of Light Sea Green #1FCEB6
Tints of Light Sea Green #1FCEB6
RGB
CMYK
RGB Variations
Color information
#1FCEB6 (or 0x1FCEB6) is known color: Light Sea Green. HEX triplet: 1F, CE and B6. RGB value is (31,206,182). Sum of RGB (Red+Green+Blue) = 31+206+182=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEB6 is #E03149. Grayscale: #969696. Windows color (decimal): -14692682 or 11980319. OLE color: 11980319.
HSL color Cylindrical-coordinate representation of color #1FCEB6: hue angle of 171.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCEB6 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 182 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.19 |
| HSL | 171.77º | 0.74% | 0.46% | - |
| HSV(B) | 171.77º | 0.85% | 0.81% | - |
| XYZ | 31.08 | 47.81 | 51.85 | - |
| YUV | 150.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 182 | 0.85 | 0 | 0.12 | 0.19 | 171.77 | 0.74 | 0.46 |
| Hex | 1F | CE | B6 | 55 | 0 | C | 13 | AC | 4A | 2E |
| Octal | 37 | 316 | 266 | 125 | 0 | 14 | 23 | 254 | 112 | 56 |
| Binary | 11111 | 11001110 | 10110110 | 1010101 | 0 | 1100 | 10011 | 10101100 | 1001010 | 101110 |
Color Harmonies of #1FCEB6
Complementary color
Monochromatic Colors of #1FCEB6
Black with #1FCEB6
Text Example
Text Example
White with #1FCEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEB6; }
p { color: rgb(31,206,182); }
H1.HeaderClassName
{
color: #1FCEB6;
}
.AnyTagClassName
{
color: #1FCEB6;
}
</style>
background-color css
<style>
a { background-color: #1FCEB6; }
a { background-color: rgb(31,206,182); }
div.DivClassName
{
background-color: #1FCEB6;
}
.BgClassName
{
background-color: #1FCEB6;
}
</style>
border-color css
<style>
span { border-color: #1FCEB6; }
span { border-color: rgb(31,206,182); }
td.TdClassName
{
border-color: #1FCEB6;
}
.TagClassName
{
border-color: #1FCEB6;
}
</style>