Html Css Color HEX #016C65 Tropical Rain Forest
📋 copy color: '#016C65'red 1 ◦ green 108 ◦ blue 101
Shades of Tropical Rain Forest #016C65
Tints of Tropical Rain Forest #016C65
RGB
CMYK
RGB Variations
Color information
#016C65 (or 0x016C65) is known color: Tropical Rain Forest. HEX triplet: 01, 6C and 65. RGB value is (1,108,101). Sum of RGB (Red+Green+Blue) = 1+108+101=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #016C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C65 is #FE939A. Grayscale: #4B4B4B. Windows color (decimal): -16683931 or 6646785. OLE color: 6646785.
HSL color Cylindrical-coordinate representation of color #016C65: hue angle of 176.07º 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 #016C65 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 101 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.58 |
| HSL | 176.07º | 0.98% | 0.21% | - |
| HSV(B) | 176.07º | 0.99% | 0.42% | - |
| XYZ | 7.72 | 11.67 | 14.16 | - |
| YUV | 75.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 101 | 0.99 | 0 | 0.06 | 0.58 | 176.07 | 0.98 | 0.21 |
| Hex | 1 | 6C | 65 | 63 | 0 | 6 | 3A | B0 | 62 | 15 |
| Octal | 1 | 154 | 145 | 143 | 0 | 6 | 72 | 260 | 142 | 25 |
| Binary | 1 | 1101100 | 1100101 | 1100011 | 0 | 110 | 111010 | 10110000 | 1100010 | 10101 |
Color Harmonies of #016C65
Complementary color
Monochromatic Colors of #016C65
Black with #016C65
Text Example
Text Example
White with #016C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C65; }
p { color: rgb(1,108,101); }
H1.HeaderClassName
{
color: #016C65;
}
.AnyTagClassName
{
color: #016C65;
}
</style>
background-color css
<style>
a { background-color: #016C65; }
a { background-color: rgb(1,108,101); }
div.DivClassName
{
background-color: #016C65;
}
.BgClassName
{
background-color: #016C65;
}
</style>
border-color css
<style>
span { border-color: #016C65; }
span { border-color: rgb(1,108,101); }
td.TdClassName
{
border-color: #016C65;
}
.TagClassName
{
border-color: #016C65;
}
</style>