#126E50

Color #126E50 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #126E50

Tints of Jewel #126E50

Color information

#126E50 (or 0x126E50) is unknown color: approx Jewel. HEX triplet: 12, 6E and 50. RGB value is (18,110,80). Sum of RGB (Red+Green+Blue) = 18+110+80=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #126E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E50 is #ED91AF. Grayscale: #4F4F4F. Windows color (decimal): -15569328 or 5271058. OLE color: 5271058.

HSL color Cylindrical-coordinate representation of color #126E50: hue angle of 160.43º 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 #126E50 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1811080-
CMYK0.8400.270.57
HSL160.43º71.88%25.1%-
HSV(B)160.43º83.64%43.14%-
XYZ7.2711.869.5-
YUV79.07128.5284.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 110 (43.36% from 255) = 52.88%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=8.65%
G=52.88%
B=38.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110800.8400.270.57160.4371.8825.1
Hex126E505401B39a04819
Octal221561201240337124011031
Binary1001011011101010000101010001101111100110100000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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