#16979F

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

Shades of Java #16979F

Tints of Java #16979F

Color information

#16979F (or 0x16979F) is unknown color: approx Java. HEX triplet: 16, 97 and 9F. RGB value is (22,151,159). Sum of RGB (Red+Green+Blue) = 22+151+159=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #16979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16979F is #E96860. Grayscale: #717171. Windows color (decimal): -15296609 or 10458902. OLE color: 10458902.

HSL color Cylindrical-coordinate representation of color #16979F: hue angle of 183.5º 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 #16979F is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22151159-
CMYK0.860.0500.38
HSL183.5º75.69%35.49%-
HSV(B)183.5º86.16%62.35%-
XYZ17.6624.8136.66-
YUV113.34153.7662.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.63%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=6.63%
G=45.48%
B=47.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221511590.860.0500.38183.575.6935.49
Hex16979F565026b84c23
Octal26227237126504627011443
Binary10110100101111001111110101101010100110101110001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16979F; }

 p { color: rgb(22,151,159); }

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

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

 a { background-color: rgb(22,151,159); }

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

<style>
 span { border-color: #16979F; }

 span { border-color: rgb(22,151,159); }

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