#086E57

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

Shades of Tropical Rain Forest #086E57

Tints of Tropical Rain Forest #086E57

Color information

#086E57 (or 0x086E57) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 6E and 57. RGB value is (8,110,87). Sum of RGB (Red+Green+Blue) = 8+110+87=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #086E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E57 is #F791A8. Grayscale: #4C4C4C. Windows color (decimal): -16224681 or 5729800. OLE color: 5729800.

HSL color Cylindrical-coordinate representation of color #086E57: hue angle of 166.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E57 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB811087-
CMYK0.9300.210.57
HSL166.47º86.44%23.14%-
HSV(B)166.47º92.73%43.14%-
XYZ7.411.8910.92-
YUV76.88133.7178.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=3.90%
G=53.66%
B=42.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110870.9300.210.57166.4786.4423.14
Hex86E575D01539a65617
Octal101561271350257124612627
Binary100011011101010111101110101010111100110100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E57; }

 p { color: rgb(8,110,87); }

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

<style>
 a { background-color: #086E57; }

 a { background-color: rgb(8,110,87); }

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

<style>
 span { border-color: #086E57; }

 span { border-color: rgb(8,110,87); }

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