Html Css Color HEX #11AA6B Jade

📋 copy color: '#11AA6B'

red 17 ◦ green 170 ◦ blue 107

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

Shades of Jade #11AA6B

Tints of Jade #11AA6B

RGB

 RED value IS 17 (7.03% from 255) = 5.78%

 GREEN value IS 170 (66.8% from 255) = 57.82%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 5.78%
G = 57.82%
B = 36.39%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#11AA6B (or 0x11AA6B) is known color: Jade. HEX triplet: 11, AA and 6B. RGB value is (17,170,107). Sum of RGB (Red+Green+Blue) = 17+170+107=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AA6B is #EE5594. Grayscale: #757575. Windows color (decimal): -15619477 or 7055889. OLE color: 7055889.

HSL color Cylindrical-coordinate representation of color #11AA6B: hue angle of 155.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA6B is Cyan = 0.9, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 107 -
CMYK 0.9 0 0.37 0.33
HSL 155.29º 0.82% 0.37% -
HSV(B) 155.29º 0.9% 0.67% -
XYZ 17.26 29.93 18.78 -
YUV 117.07 122.31 56.62 -
System Red Green Blue C M Y K H S L
Decimal 17 170 107 0.9 0 0.37 0.33 155.29 0.82 0.37
Hex 11 AA 6B 5A 0 25 21 9B 52 25
Octal 21 252 153 132 0 45 41 233 122 45
Binary 10001 10101010 1101011 1011010 0 100101 100001 10011011 1010010 100101

Color Harmonies of #11AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA6B

Black with #11AA6B

Text Example


Text Example

White with #11AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11AA6B; }

 p { color: rgb(17,170,107); }

 H1.HeaderClassName
 {
   color: #11AA6B;
 }
 .AnyTagClassName
 {
   color: #11AA6B;
 }
</style>

background-color css

<style>
 a { background-color: #11AA6B; }

 a { background-color: rgb(17,170,107); }

 div.DivClassName
 {
   background-color: #11AA6B;
 }
 .BgClassName
 {
   background-color: #11AA6B;
 }
</style>

border-color css

<style>
 span { border-color: #11AA6B; }

 span { border-color: rgb(17,170,107); }

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