#168895

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

Shades of Java #168895

Tints of Java #168895

Color information

#168895 (or 0x168895) is unknown color: approx Java. HEX triplet: 16, 88 and 95. RGB value is (22,136,149). Sum of RGB (Red+Green+Blue) = 22+136+149=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #168895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168895 is #E9776A. Grayscale: #676767. Windows color (decimal): -15300459 or 9799702. OLE color: 9799702.

HSL color Cylindrical-coordinate representation of color #168895: hue angle of 186.14º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168895 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB22136149-
CMYK0.850.0900.42
HSL186.14º74.27%33.53%-
HSV(B)186.14º85.23%58.43%-
XYZ14.5619.9531.52-
YUV103.4153.7369.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=7.17%
G=44.30%
B=48.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221361490.850.0900.42186.1474.2733.53
Hex16889555902Aba4a22
Octal262102251251105227211242
Binary101101000100010010101101010110010101010101110101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168895; }

 p { color: rgb(22,136,149); }

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

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

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

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

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

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

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