#059E6A

Color #059E6A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #059E6A

Tints of Jade #059E6A

Color information

#059E6A (or 0x059E6A) is unknown color: approx Jade. HEX triplet: 05, 9E and 6A. RGB value is (5,158,106). Sum of RGB (Red+Green+Blue) = 5+158+106=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 158 (62.11% from 255 or 58.74% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 158 - color contains mainly: green. Hex color #059E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059E6A is #FA6195. Grayscale: #6A6A6A. Windows color (decimal): -16408982 or 6987269. OLE color: 6987269.

HSL color Cylindrical-coordinate representation of color #059E6A: hue angle of 159.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E6A is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB5158106-
CMYK0.9700.330.38
HSL159.61º93.87%31.96%-
HSV(B)159.61º96.84%61.96%-
XYZ14.8925.5317.78-
YUV106.32127.8155.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 158 (62.11% from 255) = 58.74%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=1.86%
G=58.74%
B=39.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51581060.9700.330.38159.6193.8731.96
Hex59E6A6102126a05e20
Octal52361521410414624013640
Binary10110011110110101011000010100001100110101000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E6A; }

 p { color: rgb(5,158,106); }

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

<style>
 a { background-color: #059E6A; }

 a { background-color: rgb(5,158,106); }

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

<style>
 span { border-color: #059E6A; }

 span { border-color: rgb(5,158,106); }

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