#16684B

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

Shades of Jewel #16684B

Tints of Jewel #16684B

Color information

#16684B (or 0x16684B) is unknown color: approx Jewel. HEX triplet: 16, 68 and 4B. RGB value is (22,104,75). Sum of RGB (Red+Green+Blue) = 22+104+75=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #16684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16684B is #E997B4. Grayscale: #4C4C4C. Windows color (decimal): -15308725 or 4941846. OLE color: 4941846.

HSL color Cylindrical-coordinate representation of color #16684B: hue angle of 158.78º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16684B is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB2210475-
CMYK0.7900.280.59
HSL158.78º65.08%24.71%-
HSV(B)158.78º78.85%40.78%-
XYZ6.5510.588.35-
YUV76.18127.3389.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=10.95%
G=51.74%
B=37.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22104750.7900.280.59158.7865.0824.71
Hex16684B4F01C3B9f4119
Octal261501131170347323710131
Binary1011011010001001011100111101110011101110011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16684B; }

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

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

<style>
 a { background-color: #16684B; }

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

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

<style>
 span { border-color: #16684B; }

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

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