#16B168

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

Shades of Jade #16B168

Tints of Jade #16B168

Color information

#16B168 (or 0x16B168) is unknown color: approx Jade. HEX triplet: 16, B1 and 68. RGB value is (22,177,104). Sum of RGB (Red+Green+Blue) = 22+177+104=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #16B168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B168 is #E94E97. Grayscale: #7A7A7A. Windows color (decimal): -15290008 or 6861078. OLE color: 6861078.

HSL color Cylindrical-coordinate representation of color #16B168: hue angle of 151.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B168 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB22177104-
CMYK0.8800.410.31
HSL151.74º77.89%39.02%-
HSV(B)151.74º87.57%69.41%-
XYZ18.5532.6118.41-
YUV122.33117.6556.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=7.26%
G=58.42%
B=34.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771040.8800.410.31151.7477.8939.02
Hex16B168580291F984e27
Octal262611501300513723011647
Binary101101011000111010001011000010100111111100110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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