#16BD6B

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

Shades of Jade #16BD6B

Tints of Jade #16BD6B

Color information

#16BD6B (or 0x16BD6B) is unknown color: approx Jade. HEX triplet: 16, BD and 6B. RGB value is (22,189,107). Sum of RGB (Red+Green+Blue) = 22+189+107=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD6B is #E94294. Grayscale: #818181. Windows color (decimal): -15286933 or 7060758. OLE color: 7060758.

HSL color Cylindrical-coordinate representation of color #16BD6B: hue angle of 150.54º 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 #16BD6B is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB22189107-
CMYK0.8800.430.26
HSL150.54º79.15%41.37%-
HSV(B)150.54º88.36%74.12%-
XYZ21.1837.6320.06-
YUV129.72115.1751.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.92%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=6.92%
G=59.43%
B=33.65%

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
Decimal221891070.8800.430.26150.5479.1541.37
Hex16BD6B5802B1A974f29
Octal262751531300533222711751
Binary101101011110111010111011000010101111010100101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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