#16999B

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

Shades of Java #16999B

Tints of Java #16999B

Color information

#16999B (or 0x16999B) is unknown color: approx Java. HEX triplet: 16, 99 and 9B. RGB value is (22,153,155). Sum of RGB (Red+Green+Blue) = 22+153+155=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #16999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16999B is #E96664. Grayscale: #717171. Windows color (decimal): -15296101 or 10197270. OLE color: 10197270.

HSL color Cylindrical-coordinate representation of color #16999B: hue angle of 180.9º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16999B is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22153155-
CMYK0.860.0100.39
HSL180.9º75.14%34.71%-
HSV(B)180.9º85.81%60.78%-
XYZ17.6425.3234.97-
YUV114.06151.162.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=6.67%
G=46.36%
B=46.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221531550.860.0100.39180.975.1434.71
Hex16999B561027b54b23
Octal26231233126104726511343
Binary101101001100110011011101011010100111101101011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16999B; }

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

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

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

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

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

<style>
 span { border-color: #16999B; }

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

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