#16968e

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

Shades of Java #16968E

Tints of Java #16968E

Color information

#16968E (or 0x16968E) is unknown color: approx Java. HEX triplet: 16, 96 and 8E. RGB value is (22,150,142). Sum of RGB (Red+Green+Blue) = 22+150+142=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #16968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16968E is #E96971. Grayscale: #6E6E6E. Windows color (decimal): -15296882 or 9344534. OLE color: 9344534.

HSL color Cylindrical-coordinate representation of color #16968E: hue angle of 176.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16968E is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB22150142-
CMYK0.8500.050.41
HSL176.25º74.42%33.73%-
HSV(B)176.25º85.33%58.82%-
XYZ16.1223.9429.36-
YUV110.82145.5964.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.01%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=7.01%
G=47.77%
B=45.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal221501420.8500.050.41176.2574.4233.73
Hex16968E550529b04a22
Octal26226216125055126011242
Binary10110100101101000111010101010101101001101100001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16968e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16968e; }

 p { color: rgb(22,150,142); }

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

<style>
 a { background-color: #16968e; }

 a { background-color: rgb(22,150,142); }

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

<style>
 span { border-color: #16968e; }

 span { border-color: rgb(22,150,142); }

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