#16BF68

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

Shades of Jade #16BF68

Tints of Jade #16BF68

Color information

#16BF68 (or 0x16BF68) is unknown color: approx Jade. HEX triplet: 16, BF and 68. RGB value is (22,191,104). Sum of RGB (Red+Green+Blue) = 22+191+104=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BF68 is #E94097. Grayscale: #828282. Windows color (decimal): -15286424 or 6864662. OLE color: 6864662.

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

Color convert

RGB22191104-
CMYK0.8800.460.25
HSL149.11º79.34%41.76%-
HSV(B)149.11º88.48%74.9%-
XYZ21.4638.4319.38-
YUV130.55113.0150.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=6.94%
G=60.25%
B=32.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221911040.8800.460.25149.1179.3441.76
Hex16BF685802E19954f2a
Octal262771501300563122511752
Binary101101011111111010001011000010111011001100101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,191,104); }

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

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

 a { background-color: rgb(22,191,104); }

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

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

 span { border-color: rgb(22,191,104); }

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