#016C57

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

Shades of Tropical Rain Forest #016C57

Tints of Tropical Rain Forest #016C57

Color information

#016C57 (or 0x016C57) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6C and 57. RGB value is (1,108,87). Sum of RGB (Red+Green+Blue) = 1+108+87=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #016C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C57 is #FE93A8. Grayscale: #494949. Windows color (decimal): -16683945 or 5729281. OLE color: 5729281.

HSL color Cylindrical-coordinate representation of color #016C57: hue angle of 168.22º 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 #016C57 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB110887-
CMYK0.9900.190.58
HSL168.22º98.17%21.37%-
HSV(B)168.22º99.07%42.35%-
XYZ7.111.4210.85-
YUV73.61135.5576.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 108 (42.58% from 255) = 55.10%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=0.51%
G=55.10%
B=44.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108870.9900.190.58168.2298.1721.37
Hex16C57630133Aa86215
Octal11541271430237225014225
Binary111011001010111110001101001111101010101000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,108,87); }

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

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

 a { background-color: rgb(1,108,87); }

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

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

 span { border-color: rgb(1,108,87); }

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