#169898

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

Shades of Java #169898

Tints of Java #169898

Color information

#169898 (or 0x169898) is unknown color: approx Java. HEX triplet: 16, 98 and 98. RGB value is (22,152,152). Sum of RGB (Red+Green+Blue) = 22+152+152=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #169898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169898 is #E96767. Grayscale: #707070. Windows color (decimal): -15296360 or 10000406. OLE color: 10000406.

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

Color convert

RGB22152152-
CMYK0.86000.40
HSL180º74.71%34.12%-
HSV(B)180º85.53%59.61%-
XYZ17.2324.8933.6-
YUV113.13149.9363-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=6.75%
G=46.63%
B=46.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221521520.86000.4018074.7134.12
Hex169898560028b44b22
Octal26230230126005026411342
Binary101101001100010011000101011000101000101101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169898; }

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

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

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

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

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

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

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

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