#169DA4

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

Shades of Java #169DA4

Tints of Java #169DA4

Color information

#169DA4 (or 0x169DA4) is unknown color: approx Java. HEX triplet: 16, 9D and A4. RGB value is (22,157,164). Sum of RGB (Red+Green+Blue) = 22+157+164=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #169DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169DA4 is #E9625B. Grayscale: #757575. Windows color (decimal): -15295068 or 10788118. OLE color: 10788118.

HSL color Cylindrical-coordinate representation of color #169DA4: hue angle of 182.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169DA4 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22157164-
CMYK0.870.0400.36
HSL182.96º76.34%36.47%-
HSV(B)182.96º86.59%64.31%-
XYZ19.0926.9639.32-
YUV117.43154.2759.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.41%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=6.41%
G=45.77%
B=47.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221571640.870.0400.36182.9676.3436.47
Hex169DA4574024b74c24
Octal26235244127404426711444
Binary10110100111011010010010101111000100100101101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169DA4; }

 p { color: rgb(22,157,164); }

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

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

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

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

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

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

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