#189BA5

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

Shades of Java #189BA5

Tints of Java #189BA5

Color information

#189BA5 (or 0x189BA5) is unknown color: approx Java. HEX triplet: 18, 9B and A5. RGB value is (24,155,165). Sum of RGB (Red+Green+Blue) = 24+155+165=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #189BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BA5 is #E7645A. Grayscale: #747474. Windows color (decimal): -15164507 or 10853144. OLE color: 10853144.

HSL color Cylindrical-coordinate representation of color #189BA5: hue angle of 184.26º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189BA5 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24155165-
CMYK0.850.0600.35
HSL184.26º74.6%37.06%-
HSV(B)184.26º85.45%64.71%-
XYZ18.8926.3539.69-
YUV116.97155.161.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.98%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=6.98%
G=45.06%
B=47.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241551650.850.0600.35184.2674.637.06
Hex189BA5556023b84b25
Octal30233245125604327011345
Binary11000100110111010010110101011100100011101110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189BA5; }

 p { color: rgb(24,155,165); }

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

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

 a { background-color: rgb(24,155,165); }

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

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

 span { border-color: rgb(24,155,165); }

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