#189694

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

Shades of Java #189694

Tints of Java #189694

Color information

#189694 (or 0x189694) is unknown color: approx Java. HEX triplet: 18, 96 and 94. RGB value is (24,150,148). Sum of RGB (Red+Green+Blue) = 24+150+148=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #189694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189694 is #E7696B. Grayscale: #6F6F6F. Windows color (decimal): -15165804 or 9737752. OLE color: 9737752.

HSL color Cylindrical-coordinate representation of color #189694: hue angle of 179.05º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189694 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB24150148-
CMYK0.8400.010.41
HSL179.05º72.41%34.12%-
HSV(B)179.05º84%58.82%-
XYZ16.6324.1531.8-
YUV112.1148.2665.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.45%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=7.45%
G=46.58%
B=45.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241501480.8400.010.41179.0572.4134.12
Hex189694540129b34822
Octal30226224124015126311042
Binary110001001011010010100101010001101001101100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189694; }

 p { color: rgb(24,150,148); }

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

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

 a { background-color: rgb(24,150,148); }

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

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

 span { border-color: rgb(24,150,148); }

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