#16929E

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

Shades of Java #16929E

Tints of Java #16929E

Color information

#16929E (or 0x16929E) is unknown color: approx Java. HEX triplet: 16, 92 and 9E. RGB value is (22,146,158). Sum of RGB (Red+Green+Blue) = 22+146+158=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #16929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16929E is #E96D61. Grayscale: #6E6E6E. Windows color (decimal): -15297890 or 10392086. OLE color: 10392086.

HSL color Cylindrical-coordinate representation of color #16929E: hue angle of 185.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16929E is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22146158-
CMYK0.860.0800.38
HSL185.29º75.56%35.29%-
HSV(B)185.29º86.08%61.96%-
XYZ16.7823.235.94-
YUV110.29154.9265.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=6.75%
G=44.79%
B=48.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221461580.860.0800.38185.2975.5635.29
Hex16929E568026b94c23
Octal262222361261004627111443
Binary101101001001010011110101011010000100110101110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16929E; }

 p { color: rgb(22,146,158); }

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

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

 a { background-color: rgb(22,146,158); }

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

<style>
 span { border-color: #16929E; }

 span { border-color: rgb(22,146,158); }

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