Html Css Color HEX #189B95 Java

📋 copy color: '#189B95'

red 24 ◦ green 155 ◦ blue 149

#189B95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #189B95

Tints of Java #189B95

RGB

 RED value IS 24 (9.77% from 255) = 7.32%

 GREEN value IS 155 (60.94% from 255) = 47.26%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 7.32%
G = 47.26%
B = 45.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#189B95 (or 0x189B95) is known color: Java. HEX triplet: 18, 9B and 95. RGB value is (24,155,149). Sum of RGB (Red+Green+Blue) = 24+155+149=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #189B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B95 is #E7646A. Grayscale: #737373. Windows color (decimal): -15164523 or 9804568. OLE color: 9804568.

HSL color Cylindrical-coordinate representation of color #189B95: hue angle of 177.25º 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 #189B95 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 155 149 -
CMYK 0.85 0 0.04 0.39
HSL 177.25º 0.73% 0.35% -
HSV(B) 177.25º 0.85% 0.61% -
XYZ 17.52 25.81 32.49 -
YUV 115.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 24 155 149 0.85 0 0.04 0.39 177.25 0.73 0.35
Hex 18 9B 95 55 0 4 27 B1 49 23
Octal 30 233 225 125 0 4 47 261 111 43
Binary 11000 10011011 10010101 1010101 0 100 100111 10110001 1001001 100011

Color Harmonies of #189B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189B95

Black with #189B95

Text Example


Text Example

White with #189B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #189B95;
 }
 .AnyTagClassName
 {
   color: #189B95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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