Shades of Light Sea Green #1FC0B9
Tints of Light Sea Green #1FC0B9
RGB
CMYK
RGB Variations
Color information
#1FC0B9 (or 0x1FC0B9) is known color: Light Sea Green. HEX triplet: 1F, C0 and B9. RGB value is (31,192,185). Sum of RGB (Red+Green+Blue) = 31+192+185=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0B9 is #E03F46. Grayscale: #8E8E8E. Windows color (decimal): -14696263 or 12173343. OLE color: 12173343.
HSL color Cylindrical-coordinate representation of color #1FC0B9: hue angle of 177.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC0B9 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 185 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.25 |
| HSL | 177.39º | 0.72% | 0.44% | - |
| HSV(B) | 177.39º | 0.84% | 0.75% | - |
| XYZ | 28.17 | 41.49 | 52.42 | - |
| YUV | 143.06 | 151.66 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 185 | 0.84 | 0 | 0.04 | 0.25 | 177.39 | 0.72 | 0.44 |
| Hex | 1F | C0 | B9 | 54 | 0 | 4 | 19 | B1 | 48 | 2C |
| Octal | 37 | 300 | 271 | 124 | 0 | 4 | 31 | 261 | 110 | 54 |
| Binary | 11111 | 11000000 | 10111001 | 1010100 | 0 | 100 | 11001 | 10110001 | 1001000 | 101100 |
Color Harmonies of #1FC0B9
Complementary color
Monochromatic Colors of #1FC0B9
Black with #1FC0B9
Text Example
Text Example
White with #1FC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0B9; }
p { color: rgb(31,192,185); }
H1.HeaderClassName
{
color: #1FC0B9;
}
.AnyTagClassName
{
color: #1FC0B9;
}
</style>
background-color css
<style>
a { background-color: #1FC0B9; }
a { background-color: rgb(31,192,185); }
div.DivClassName
{
background-color: #1FC0B9;
}
.BgClassName
{
background-color: #1FC0B9;
}
</style>
border-color css
<style>
span { border-color: #1FC0B9; }
span { border-color: rgb(31,192,185); }
td.TdClassName
{
border-color: #1FC0B9;
}
.TagClassName
{
border-color: #1FC0B9;
}
</style>