#0e6f5a

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

Shades of Tropical Rain Forest #0E6F5A

Tints of Tropical Rain Forest #0E6F5A

Color information

#0E6F5A (or 0x0E6F5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 6F and 5A. RGB value is (14,111,90). Sum of RGB (Red+Green+Blue) = 14+111+90=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6F5A is #F190A5. Grayscale: #4F4F4F. Windows color (decimal): -15831206 or 5926670. OLE color: 5926670.

HSL color Cylindrical-coordinate representation of color #0E6F5A: hue angle of 167.01º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6F5A is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1411190-
CMYK0.8700.190.56
HSL167.01º77.6%24.51%-
HSV(B)167.01º87.39%43.53%-
XYZ7.7112.211.62-
YUV79.6133.8681.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.51%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=6.51%
G=51.63%
B=41.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14111900.8700.190.56167.0177.624.51
HexE6F5A5701338a74e19
Octal161571321270237024711631
Binary111011011111011010101011101001111100010100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e6f5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e6f5a; }

 p { color: rgb(14,111,90); }

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

<style>
 a { background-color: #0e6f5a; }

 a { background-color: rgb(14,111,90); }

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

<style>
 span { border-color: #0e6f5a; }

 span { border-color: rgb(14,111,90); }

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