Html Css Color HEX #11B072 Jade

📋 copy color: '#11B072'

red 17 ◦ green 176 ◦ blue 114

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

Shades of Jade #11B072

Tints of Jade #11B072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 5.54%
G = 57.33%
B = 37.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#11B072 (or 0x11B072) is known color: Jade. HEX triplet: 11, B0 and 72. RGB value is (17,176,114). Sum of RGB (Red+Green+Blue) = 17+176+114=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #11B072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B072 is #EE4F8D. Grayscale: #797979. Windows color (decimal): -15617934 or 7516177. OLE color: 7516177.

HSL color Cylindrical-coordinate representation of color #11B072: hue angle of 156.6º 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 #11B072 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 114 -
CMYK 0.90 0 0.35 0.31
HSL 156.6º 0.82% 0.38% -
HSV(B) 156.6º 0.9% 0.69% -
XYZ 18.79 32.38 21.18 -
YUV 121.39 123.82 53.54 -
System Red Green Blue C M Y K H S L
Decimal 17 176 114 0.90 0 0.35 0.31 156.6 0.82 0.38
Hex 11 B0 72 5A 0 23 1F 9D 52 26
Octal 21 260 162 132 0 43 37 235 122 46
Binary 10001 10110000 1110010 1011010 0 100011 11111 10011101 1010010 100110

Color Harmonies of #11B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B072

Black with #11B072

Text Example


Text Example

White with #11B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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