Html Css Color HEX #016C64 Tropical Rain Forest
📋 copy color: '#016C64'red 1 ◦ green 108 ◦ blue 100
Shades of Tropical Rain Forest #016C64
Tints of Tropical Rain Forest #016C64
RGB
CMYK
RGB Variations
Color information
#016C64 (or 0x016C64) is known color: Tropical Rain Forest. HEX triplet: 01, 6C and 64. RGB value is (1,108,100). Sum of RGB (Red+Green+Blue) = 1+108+100=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #016C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C64 is #FE939B. Grayscale: #4B4B4B. Windows color (decimal): -16683932 or 6581249. OLE color: 6581249.
HSL color Cylindrical-coordinate representation of color #016C64: hue angle of 175.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C64 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 100 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.58 |
| HSL | 175.51º | 0.98% | 0.21% | - |
| HSV(B) | 175.51º | 0.99% | 0.42% | - |
| XYZ | 7.68 | 11.65 | 13.9 | - |
| YUV | 75.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 100 | 0.99 | 0 | 0.07 | 0.58 | 175.51 | 0.98 | 0.21 |
| Hex | 1 | 6C | 64 | 63 | 0 | 7 | 3A | B0 | 62 | 15 |
| Octal | 1 | 154 | 144 | 143 | 0 | 7 | 72 | 260 | 142 | 25 |
| Binary | 1 | 1101100 | 1100100 | 1100011 | 0 | 111 | 111010 | 10110000 | 1100010 | 10101 |
Color Harmonies of #016C64
Complementary color
Monochromatic Colors of #016C64
Black with #016C64
Text Example
Text Example
White with #016C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C64; }
p { color: rgb(1,108,100); }
H1.HeaderClassName
{
color: #016C64;
}
.AnyTagClassName
{
color: #016C64;
}
</style>
background-color css
<style>
a { background-color: #016C64; }
a { background-color: rgb(1,108,100); }
div.DivClassName
{
background-color: #016C64;
}
.BgClassName
{
background-color: #016C64;
}
</style>
border-color css
<style>
span { border-color: #016C64; }
span { border-color: rgb(1,108,100); }
td.TdClassName
{
border-color: #016C64;
}
.TagClassName
{
border-color: #016C64;
}
</style>