Shades of Light Sea Green #1FC6BC
Tints of Light Sea Green #1FC6BC
RGB
CMYK
RGB Variations
Color information
#1FC6BC (or 0x1FC6BC) is known color: Light Sea Green. HEX triplet: 1F, C6 and BC. RGB value is (31,198,188). Sum of RGB (Red+Green+Blue) = 31+198+188=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6BC is #E03943. Grayscale: #929292. Windows color (decimal): -14694724 or 12371487. OLE color: 12371487.
HSL color Cylindrical-coordinate representation of color #1FC6BC: hue angle of 176.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC6BC is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 198 | 188 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.22 |
| HSL | 176.41º | 0.73% | 0.45% | - |
| HSV(B) | 176.41º | 0.84% | 0.78% | - |
| XYZ | 29.84 | 44.31 | 54.56 | - |
| YUV | 146.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 188 | 0.84 | 0 | 0.05 | 0.22 | 176.41 | 0.73 | 0.45 |
| Hex | 1F | C6 | BC | 54 | 0 | 5 | 16 | B0 | 49 | 2D |
| Octal | 37 | 306 | 274 | 124 | 0 | 5 | 26 | 260 | 111 | 55 |
| Binary | 11111 | 11000110 | 10111100 | 1010100 | 0 | 101 | 10110 | 10110000 | 1001001 | 101101 |
Color Harmonies of #1FC6BC
Complementary color
Monochromatic Colors of #1FC6BC
Black with #1FC6BC
Text Example
Text Example
White with #1FC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6BC; }
p { color: rgb(31,198,188); }
H1.HeaderClassName
{
color: #1FC6BC;
}
.AnyTagClassName
{
color: #1FC6BC;
}
</style>
background-color css
<style>
a { background-color: #1FC6BC; }
a { background-color: rgb(31,198,188); }
div.DivClassName
{
background-color: #1FC6BC;
}
.BgClassName
{
background-color: #1FC6BC;
}
</style>
border-color css
<style>
span { border-color: #1FC6BC; }
span { border-color: rgb(31,198,188); }
td.TdClassName
{
border-color: #1FC6BC;
}
.TagClassName
{
border-color: #1FC6BC;
}
</style>