Html Css Color HEX #059E6A Jade

📋 copy color: '#059E6A'

red 5 ◦ green 158 ◦ blue 106

#059E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #059E6A

Tints of Jade #059E6A

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.8% from 255) = 39.41%

R = 1.86%
G = 58.74%
B = 39.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#059E6A (or 0x059E6A) is known color: 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

RGB 5 158 106 -
CMYK 0.97 0 0.33 0.38
HSL 159.61º 0.94% 0.32% -
HSV(B) 159.61º 0.97% 0.62% -
XYZ 14.89 25.53 17.78 -
YUV 106.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 5 158 106 0.97 0 0.33 0.38 159.61 0.94 0.32
Hex 5 9E 6A 61 0 21 26 A0 5E 20
Octal 5 236 152 141 0 41 46 240 136 40
Binary 101 10011110 1101010 1100001 0 100001 100110 10100000 1011110 100000

Color Harmonies of #059E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059E6A

Black with #059E6A

Text Example


Text Example

White with #059E6A

Text Example


Text Example

HTML Codes & Css Web 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>