#16B86B

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

Shades of Jade #16B86B

Tints of Jade #16B86B

Color information

#16B86B (or 0x16B86B) is unknown color: approx Jade. HEX triplet: 16, B8 and 6B. RGB value is (22,184,107). Sum of RGB (Red+Green+Blue) = 22+184+107=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #16B86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B86B is #E94794. Grayscale: #7E7E7E. Windows color (decimal): -15288213 or 7059478. OLE color: 7059478.

HSL color Cylindrical-coordinate representation of color #16B86B: hue angle of 151.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B86B is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB22184107-
CMYK0.8800.420.28
HSL151.48º78.64%40.39%-
HSV(B)151.48º88.04%72.16%-
XYZ20.1335.5119.7-
YUV126.78116.8353.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.03%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=7.03%
G=58.79%
B=34.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221841070.8800.420.28151.4878.6440.39
Hex16B86B5802A1C974f28
Octal262701531300523422711750
Binary101101011100011010111011000010101011100100101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B86B; }

 p { color: rgb(22,184,107); }

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

<style>
 a { background-color: #16B86B; }

 a { background-color: rgb(22,184,107); }

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

<style>
 span { border-color: #16B86B; }

 span { border-color: rgb(22,184,107); }

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