#16BC6B

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

Shades of Jade #16BC6B

Tints of Jade #16BC6B

Color information

#16BC6B (or 0x16BC6B) is unknown color: approx Jade. HEX triplet: 16, BC and 6B. RGB value is (22,188,107). Sum of RGB (Red+Green+Blue) = 22+188+107=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BC6B is #E94394. Grayscale: #818181. Windows color (decimal): -15287189 or 7060502. OLE color: 7060502.

HSL color Cylindrical-coordinate representation of color #16BC6B: hue angle of 150.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BC6B is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB22188107-
CMYK0.8800.430.26
HSL150.72º79.05%41.18%-
HSV(B)150.72º88.3%73.73%-
XYZ20.9737.219.98-
YUV129.13115.551.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 188 (73.83% from 255) = 59.31%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=6.94%
G=59.31%
B=33.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221881070.8800.430.26150.7279.0541.18
Hex16BC6B5802B1A974f29
Octal262741531300533222711751
Binary101101011110011010111011000010101111010100101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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