#16908B

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

Shades of Java #16908B

Tints of Java #16908B

Color information

#16908B (or 0x16908B) is unknown color: approx Java. HEX triplet: 16, 90 and 8B. RGB value is (22,144,139). Sum of RGB (Red+Green+Blue) = 22+144+139=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #16908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16908B is #E96F74. Grayscale: #6A6A6A. Windows color (decimal): -15298421 or 9146390. OLE color: 9146390.

HSL color Cylindrical-coordinate representation of color #16908B: hue angle of 177.54º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16908B is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB22144139-
CMYK0.8500.030.44
HSL177.54º73.49%32.55%-
HSV(B)177.54º84.72%56.47%-
XYZ14.9621.9827.88-
YUV106.95146.0867.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=7.21%
G=47.21%
B=45.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221441390.8500.030.44177.5473.4932.55
Hex16908B55032Cb24921
Octal26220213125035426211141
Binary1011010010000100010111010101011101100101100101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,144,139); }

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

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

 a { background-color: rgb(22,144,139); }

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

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

 span { border-color: rgb(22,144,139); }

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