Html Css Color HEX #11B069 Jade

📋 copy color: '#11B069'

red 17 ◦ green 176 ◦ blue 105

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

Shades of Jade #11B069

Tints of Jade #11B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.06%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 5.7%
G = 59.06%
B = 35.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#11B069 (or 0x11B069) is known color: Jade. HEX triplet: 11, B0 and 69. RGB value is (17,176,105). Sum of RGB (Red+Green+Blue) = 17+176+105=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #11B069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B069 is #EE4F96. Grayscale: #787878. Windows color (decimal): -15617943 or 6926353. OLE color: 6926353.

HSL color Cylindrical-coordinate representation of color #11B069: hue angle of 153.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B069 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 105 -
CMYK 0.90 0 0.40 0.31
HSL 153.21º 0.82% 0.38% -
HSV(B) 153.21º 0.9% 0.69% -
XYZ 18.31 32.19 18.61 -
YUV 120.37 119.32 54.27 -
System Red Green Blue C M Y K H S L
Decimal 17 176 105 0.90 0 0.40 0.31 153.21 0.82 0.38
Hex 11 B0 69 5A 0 28 1F 99 52 26
Octal 21 260 151 132 0 50 37 231 122 46
Binary 10001 10110000 1101001 1011010 0 101000 11111 10011001 1010010 100110

Color Harmonies of #11B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B069

Black with #11B069

Text Example


Text Example

White with #11B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,176,105); }

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

background-color css

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

 a { background-color: rgb(17,176,105); }

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

border-color css

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

 span { border-color: rgb(17,176,105); }

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