Html Css Color HEX #189B93 Java

📋 copy color: '#189B93'

red 24 ◦ green 155 ◦ blue 147

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

Shades of Java #189B93

Tints of Java #189B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 7.36%
G = 47.55%
B = 45.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#189B93 (or 0x189B93) is known color: Java. HEX triplet: 18, 9B and 93. RGB value is (24,155,147). Sum of RGB (Red+Green+Blue) = 24+155+147=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #189B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B93 is #E7646C. Grayscale: #727272. Windows color (decimal): -15164525 or 9673496. OLE color: 9673496.

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

Color convert

RGB 24 155 147 -
CMYK 0.85 0 0.05 0.39
HSL 176.34º 0.73% 0.35% -
HSV(B) 176.34º 0.85% 0.61% -
XYZ 17.36 25.74 31.66 -
YUV 114.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 24 155 147 0.85 0 0.05 0.39 176.34 0.73 0.35
Hex 18 9B 93 55 0 5 27 B0 49 23
Octal 30 233 223 125 0 5 47 260 111 43
Binary 11000 10011011 10010011 1010101 0 101 100111 10110000 1001001 100011

Color Harmonies of #189B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189B93

Black with #189B93

Text Example


Text Example

White with #189B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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