#11BE6C

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

Shades of Jade #11BE6C

Tints of Jade #11BE6C

Color information

#11BE6C (or 0x11BE6C) is unknown color: approx Jade. HEX triplet: 11, BE and 6C. RGB value is (17,190,108). Sum of RGB (Red+Green+Blue) = 17+190+108=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BE6C is #EE4193. Grayscale: #818181. Windows color (decimal): -15614356 or 7126545. OLE color: 7126545.

HSL color Cylindrical-coordinate representation of color #11BE6C: hue angle of 151.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE6C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB17190108-
CMYK0.9100.430.25
HSL151.56º83.57%40.59%-
HSV(B)151.56º91.05%74.51%-
XYZ21.3538.0320.4-
YUV128.92116.1948.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 190 (74.61% from 255) = 60.32%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=5.40%
G=60.32%
B=34.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171901080.9100.430.25151.5683.5740.59
Hex11BE6C5B02B19985429
Octal212761541330533123012451
Binary100011011111011011001011011010101111001100110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,190,108); }

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

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

 a { background-color: rgb(17,190,108); }

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

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

 span { border-color: rgb(17,190,108); }

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