#016E58

Color #016E58 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #016E58

Tints of Tropical Rain Forest #016E58

Color information

#016E58 (or 0x016E58) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6E and 58. RGB value is (1,110,88). Sum of RGB (Red+Green+Blue) = 1+110+88=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #016E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E58 is #FE91A7. Grayscale: #4A4A4A. Windows color (decimal): -16683432 or 5795329. OLE color: 5795329.

HSL color Cylindrical-coordinate representation of color #016E58: hue angle of 167.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E58 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB111088-
CMYK0.9900.20.57
HSL167.89º98.2%21.76%-
HSV(B)167.89º99.09%43.14%-
XYZ7.3511.8611.13-
YUV74.9135.3975.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 110 (43.36% from 255) = 55.28%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=0.50%
G=55.28%
B=44.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110880.9900.20.57167.8998.221.76
Hex16E586301439a86216
Octal11561301430247125014226
Binary111011101011000110001101010011100110101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016E58; }

 p { color: rgb(1,110,88); }

 H1.HeaderClassName
 {
   color: #016E58;
 }
 .AnyTagClassName
 {
   color: #016E58;
 }
</style>
background-color css

<style>
 a { background-color: #016E58; }

 a { background-color: rgb(1,110,88); }

 div.DivClassName
 {
   background-color: #016E58;
 }
 .BgClassName
 {
   background-color: #016E58;
 }
</style>
border-color css

<style>
 span { border-color: #016E58; }

 span { border-color: rgb(1,110,88); }

 td.TdClassName
 {
   border-color: #016E58;
 }
 .TagClassName
 {
   border-color: #016E58;
 }
</style>