#16998F

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

Shades of Java #16998F

Tints of Java #16998F

Color information

#16998F (or 0x16998F) is unknown color: approx Java. HEX triplet: 16, 99 and 8F. RGB value is (22,153,143). Sum of RGB (Red+Green+Blue) = 22+153+143=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #16998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16998F is #E96670. Grayscale: #707070. Windows color (decimal): -15296113 or 9410838. OLE color: 9410838.

HSL color Cylindrical-coordinate representation of color #16998F: hue angle of 175.42º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16998F is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB22153143-
CMYK0.8600.070.4
HSL175.42º74.86%34.31%-
HSV(B)175.42º85.62%60%-
XYZ16.6824.9429.92-
YUV112.69145.163.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.92%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=6.92%
G=48.11%
B=44.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal221531430.8600.070.4175.4274.8634.31
Hex16998F560728af4b22
Octal26231217126075025711342
Binary10110100110011000111110101100111101000101011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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