#16989C

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

Shades of Java #16989C

Tints of Java #16989C

Color information

#16989C (or 0x16989C) is unknown color: approx Java. HEX triplet: 16, 98 and 9C. RGB value is (22,152,156). Sum of RGB (Red+Green+Blue) = 22+152+156=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #16989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16989C is #E96763. Grayscale: #717171. Windows color (decimal): -15296356 or 10262550. OLE color: 10262550.

HSL color Cylindrical-coordinate representation of color #16989C: hue angle of 181.79º 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 #16989C is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB22152156-
CMYK0.860.0300.39
HSL181.79º75.28%34.9%-
HSV(B)181.79º85.9%61.18%-
XYZ17.5625.0335.36-
YUV113.59151.9362.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.67%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=6.67%
G=46.06%
B=47.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221521560.860.0300.39181.7975.2834.9
Hex16989C563027b64b23
Octal26230234126304726611343
Binary1011010011000100111001010110110100111101101101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16989C; }

 p { color: rgb(22,152,156); }

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

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

 a { background-color: rgb(22,152,156); }

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

<style>
 span { border-color: #16989C; }

 span { border-color: rgb(22,152,156); }

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