#16919a

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

Shades of Java #16919A

Tints of Java #16919A

Color information

#16919A (or 0x16919A) is unknown color: approx Java. HEX triplet: 16, 91 and 9A. RGB value is (22,145,154). Sum of RGB (Red+Green+Blue) = 22+145+154=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #16919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16919A is #E96E65. Grayscale: #6D6D6D. Windows color (decimal): -15298150 or 10129686. OLE color: 10129686.

HSL color Cylindrical-coordinate representation of color #16919A: hue angle of 184.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16919A is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22145154-
CMYK0.860.0600.40
HSL184.09º75%34.51%-
HSV(B)184.09º85.71%60.39%-
XYZ16.2922.7534.11-
YUV109.25153.2565.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.85%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=6.85%
G=45.17%
B=47.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221451540.860.0600.40184.097534.51
Hex16919A566028b84b23
Octal26221232126605027011343
Binary10110100100011001101010101101100101000101110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16919a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16919a; }

 p { color: rgb(22,145,154); }

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

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

 a { background-color: rgb(22,145,154); }

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

<style>
 span { border-color: #16919a; }

 span { border-color: rgb(22,145,154); }

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