#11B168

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

Shades of Jade #11B168

Tints of Jade #11B168

Color information

#11B168 (or 0x11B168) is unknown color: approx Jade. HEX triplet: 11, B1 and 68. RGB value is (17,177,104). Sum of RGB (Red+Green+Blue) = 17+177+104=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 177 (69.53% from 255 or 59.40% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 177 - color contains mainly: green. Hex color #11B168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B168 is #EE4E97. Grayscale: #787878. Windows color (decimal): -15617688 or 6861073. OLE color: 6861073.

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

Color convert

RGB17177104-
CMYK0.9000.410.31
HSL152.62º82.47%38.04%-
HSV(B)152.62º90.4%69.41%-
XYZ18.4532.5618.41-
YUV120.84118.4953.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 177 (69.53% from 255) = 59.40%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=5.70%
G=59.40%
B=34.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171771040.9000.410.31152.6282.4738.04
Hex11B1685A0291F995226
Octal212611501320513723112246
Binary100011011000111010001011010010100111111100110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,104); }

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

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

 a { background-color: rgb(17,177,104); }

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

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

 span { border-color: rgb(17,177,104); }

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