#16a097

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

Shades of Java #16A097

Tints of Java #16A097

Color information

#16A097 (or 0x16A097) is unknown color: approx Java. HEX triplet: 16, A0 and 97. RGB value is (22,160,151). Sum of RGB (Red+Green+Blue) = 22+160+151=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #16A097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A097 is #E95F68. Grayscale: #757575. Windows color (decimal): -15294313 or 9936918. OLE color: 9936918.

HSL color Cylindrical-coordinate representation of color #16A097: hue angle of 176.09º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A097 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB22160151-
CMYK0.8600.060.37
HSL176.09º75.82%35.69%-
HSV(B)176.09º86.25%62.75%-
XYZ18.4927.5533.62-
YUV117.71146.7859.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.61%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 151 (59.38% from 255) = 45.35%
R=6.61%
G=48.05%
B=45.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal221601510.8600.060.37176.0975.8235.69
Hex16A097560625b04c24
Octal26240227126064526011444
Binary10110101000001001011110101100110100101101100001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16a097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,160,151); }

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

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

 a { background-color: rgb(22,160,151); }

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

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

 span { border-color: rgb(22,160,151); }

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