#16A39B

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

Shades of Java #16A39B

Tints of Java #16A39B

Color information

#16A39B (or 0x16A39B) is unknown color: approx Java. HEX triplet: 16, A3 and 9B. RGB value is (22,163,155). Sum of RGB (Red+Green+Blue) = 22+163+155=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #16A39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A39B is #E95C64. Grayscale: #777777. Windows color (decimal): -15293541 or 10199830. OLE color: 10199830.

HSL color Cylindrical-coordinate representation of color #16A39B: hue angle of 176.6º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A39B is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB22163155-
CMYK0.8700.050.36
HSL176.6º76.22%36.27%-
HSV(B)176.6º86.5%63.92%-
XYZ19.3428.7335.54-
YUV119.93147.7958.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.47%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=6.47%
G=47.94%
B=45.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221631550.8700.050.36176.676.2236.27
Hex16A39B570524b14c24
Octal26243233127054426111444
Binary10110101000111001101110101110101100100101100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,163,155); }

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

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

 a { background-color: rgb(22,163,155); }

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

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

 span { border-color: rgb(22,163,155); }

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