Shades of Light Sea Green #1FCEB5
Tints of Light Sea Green #1FCEB5
RGB
CMYK
RGB Variations
Color information
#1FCEB5 (or 0x1FCEB5) is known color: Light Sea Green. HEX triplet: 1F, CE and B5. RGB value is (31,206,181). Sum of RGB (Red+Green+Blue) = 31+206+181=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEB5 is #E0314A. Grayscale: #969696. Windows color (decimal): -14692683 or 11914783. OLE color: 11914783.
HSL color Cylindrical-coordinate representation of color #1FCEB5: hue angle of 171.43º 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 #1FCEB5 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 206 | 181 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.19 |
| HSL | 171.43º | 0.74% | 0.46% | - |
| HSV(B) | 171.43º | 0.85% | 0.81% | - |
| XYZ | 30.98 | 47.77 | 51.3 | - |
| YUV | 150.83 | 145.02 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 181 | 0.85 | 0 | 0.12 | 0.19 | 171.43 | 0.74 | 0.46 |
| Hex | 1F | CE | B5 | 55 | 0 | C | 13 | AB | 4A | 2E |
| Octal | 37 | 316 | 265 | 125 | 0 | 14 | 23 | 253 | 112 | 56 |
| Binary | 11111 | 11001110 | 10110101 | 1010101 | 0 | 1100 | 10011 | 10101011 | 1001010 | 101110 |
Color Harmonies of #1FCEB5
Complementary color
Monochromatic Colors of #1FCEB5
Black with #1FCEB5
Text Example
Text Example
White with #1FCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEB5; }
p { color: rgb(31,206,181); }
H1.HeaderClassName
{
color: #1FCEB5;
}
.AnyTagClassName
{
color: #1FCEB5;
}
</style>
background-color css
<style>
a { background-color: #1FCEB5; }
a { background-color: rgb(31,206,181); }
div.DivClassName
{
background-color: #1FCEB5;
}
.BgClassName
{
background-color: #1FCEB5;
}
</style>
border-color css
<style>
span { border-color: #1FCEB5; }
span { border-color: rgb(31,206,181); }
td.TdClassName
{
border-color: #1FCEB5;
}
.TagClassName
{
border-color: #1FCEB5;
}
</style>