#16908D

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

Shades of Java #16908D

Tints of Java #16908D

Color information

#16908D (or 0x16908D) is unknown color: approx Java. HEX triplet: 16, 90 and 8D. RGB value is (22,144,141). Sum of RGB (Red+Green+Blue) = 22+144+141=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #16908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16908D is #E96F72. Grayscale: #6B6B6B. Windows color (decimal): -15298419 or 9277462. OLE color: 9277462.

HSL color Cylindrical-coordinate representation of color #16908D: hue angle of 178.52º 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 #16908D is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB22144141-
CMYK0.8500.020.44
HSL178.52º73.49%32.55%-
HSV(B)178.52º84.72%56.47%-
XYZ15.1122.0428.66-
YUV107.18147.0867.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=7.17%
G=46.91%
B=45.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal221441410.8500.020.44178.5273.4932.55
Hex16908D55022Cb34921
Octal26220215125025426311141
Binary1011010010000100011011010101010101100101100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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