#18889C

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

Shades of Java #18889C

Tints of Java #18889C

Color information

#18889C (or 0x18889C) is unknown color: approx Java. HEX triplet: 18, 88 and 9C. RGB value is (24,136,156). Sum of RGB (Red+Green+Blue) = 24+136+156=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #18889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18889C is #E77763. Grayscale: #686868. Windows color (decimal): -15169380 or 10258456. OLE color: 10258456.

HSL color Cylindrical-coordinate representation of color #18889C: hue angle of 189.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18889C is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24136156-
CMYK0.850.1300.39
HSL189.09º73.33%35.29%-
HSV(B)189.09º84.62%61.18%-
XYZ15.1820.234.55-
YUV104.79156.8970.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.59%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=7.59%
G=43.04%
B=49.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241361560.850.1300.39189.0973.3335.29
Hex18889C55D027bd4923
Octal302102341251504727511143
Binary110001000100010011100101010111010100111101111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18889C; }

 p { color: rgb(24,136,156); }

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

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

 a { background-color: rgb(24,136,156); }

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

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

 span { border-color: rgb(24,136,156); }

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