#16A393

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

Shades of Java #16A393

Tints of Java #16A393

Color information

#16A393 (or 0x16A393) is unknown color: approx Java. HEX triplet: 16, A3 and 93. RGB value is (22,163,147). Sum of RGB (Red+Green+Blue) = 22+163+147=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #16A393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A393 is #E95C6C. Grayscale: #767676. Windows color (decimal): -15293549 or 9675542. OLE color: 9675542.

HSL color Cylindrical-coordinate representation of color #16A393: hue angle of 173.19º 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 #16A393 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB22163147-
CMYK0.8700.100.36
HSL173.19º76.22%36.27%-
HSV(B)173.19º86.5%63.92%-
XYZ18.6928.4732.11-
YUV119.02143.7958.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.63%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=6.63%
G=49.10%
B=44.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221631470.8700.100.36173.1976.2236.27
Hex16A393570A24ad4c24
Octal262432231270124425511444
Binary101101010001110010011101011101010100100101011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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