#126E58

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

Shades of Tropical Rain Forest #126E58

Tints of Tropical Rain Forest #126E58

Color information

#126E58 (or 0x126E58) is unknown color: approx Tropical Rain Forest. HEX triplet: 12, 6E and 58. RGB value is (18,110,88). Sum of RGB (Red+Green+Blue) = 18+110+88=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #126E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E58 is #ED91A7. Grayscale: #4F4F4F. Windows color (decimal): -15569320 or 5795346. OLE color: 5795346.

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

Color convert

RGB1811088-
CMYK0.8400.20.57
HSL165.65º71.88%25.1%-
HSV(B)165.65º83.64%43.14%-
XYZ7.5911.9911.15-
YUV79.98132.5283.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 110 (43.36% from 255) = 50.93%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=8.33%
G=50.93%
B=40.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110880.8400.20.57165.6571.8825.1
Hex126E585401439a64819
Octal221561301240247124611031
Binary1001011011101011000101010001010011100110100110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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