#16BE68

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

Shades of Jade #16BE68

Tints of Jade #16BE68

Color information

#16BE68 (or 0x16BE68) is unknown color: approx Jade. HEX triplet: 16, BE and 68. RGB value is (22,190,104). Sum of RGB (Red+Green+Blue) = 22+190+104=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE68 is #E94197. Grayscale: #828282. Windows color (decimal): -15286680 or 6864406. OLE color: 6864406.

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

Color convert

RGB22190104-
CMYK0.8800.450.25
HSL149.29º79.25%41.57%-
HSV(B)149.29º88.42%74.51%-
XYZ21.243819.31-
YUV129.96113.3450.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.96%
GREEN value IS 190 (74.61% from 255) = 60.13%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=6.96%
G=60.13%
B=32.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221901040.8800.450.25149.2979.2541.57
Hex16BE685802D19954f2a
Octal262761501300553122511752
Binary101101011111011010001011000010110111001100101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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