Html Css Color HEX #017266 Tropical Rain Forest
📋 copy color: '#017266'red 1 ◦ green 114 ◦ blue 102
Shades of Tropical Rain Forest #017266
Tints of Tropical Rain Forest #017266
RGB
CMYK
RGB Variations
Color information
#017266 (or 0x017266) is known color: Tropical Rain Forest. HEX triplet: 01, 72 and 66. RGB value is (1,114,102). Sum of RGB (Red+Green+Blue) = 1+114+102=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #017266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017266 is #FE8D99. Grayscale: #4E4E4E. Windows color (decimal): -16682394 or 6713857. OLE color: 6713857.
HSL color Cylindrical-coordinate representation of color #017266: hue angle of 173.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017266 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 102 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.55 |
| HSL | 173.63º | 0.98% | 0.23% | - |
| HSV(B) | 173.63º | 0.99% | 0.45% | - |
| XYZ | 8.43 | 13 | 14.64 | - |
| YUV | 78.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 102 | 0.99 | 0 | 0.11 | 0.55 | 173.63 | 0.98 | 0.23 |
| Hex | 1 | 72 | 66 | 63 | 0 | B | 37 | AE | 62 | 17 |
| Octal | 1 | 162 | 146 | 143 | 0 | 13 | 67 | 256 | 142 | 27 |
| Binary | 1 | 1110010 | 1100110 | 1100011 | 0 | 1011 | 110111 | 10101110 | 1100010 | 10111 |
Color Harmonies of #017266
Complementary color
Monochromatic Colors of #017266
Black with #017266
Text Example
Text Example
White with #017266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017266; }
p { color: rgb(1,114,102); }
H1.HeaderClassName
{
color: #017266;
}
.AnyTagClassName
{
color: #017266;
}
</style>
background-color css
<style>
a { background-color: #017266; }
a { background-color: rgb(1,114,102); }
div.DivClassName
{
background-color: #017266;
}
.BgClassName
{
background-color: #017266;
}
</style>
border-color css
<style>
span { border-color: #017266; }
span { border-color: rgb(1,114,102); }
td.TdClassName
{
border-color: #017266;
}
.TagClassName
{
border-color: #017266;
}
</style>