#169a8d

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

Shades of Java #169A8D

Tints of Java #169A8D

Color information

#169A8D (or 0x169A8D) is unknown color: approx Java. HEX triplet: 16, 9A and 8D. RGB value is (22,154,141). Sum of RGB (Red+Green+Blue) = 22+154+141=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #169A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169A8D is #E96572. Grayscale: #707070. Windows color (decimal): -15295859 or 9280022. OLE color: 9280022.

HSL color Cylindrical-coordinate representation of color #169A8D: hue angle of 174.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169A8D is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB22154141-
CMYK0.8600.080.40
HSL174.09º75%34.51%-
HSV(B)174.09º85.71%60.39%-
XYZ16.6925.229.18-
YUV113.05143.7763.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 154 (60.55% from 255) = 48.58%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=6.94%
G=48.58%
B=44.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221541410.8600.080.40174.097534.51
Hex169A8D560828ae4b23
Octal262322151260105025611343
Binary101101001101010001101101011001000101000101011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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