Html Css Color HEX #189394 Java

📋 copy color: '#189394'

red 24 ◦ green 147 ◦ blue 148

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

Shades of Java #189394

Tints of Java #189394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 7.52%
G = 46.08%
B = 46.39%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#189394 (or 0x189394) is known color: Java. HEX triplet: 18, 93 and 94. RGB value is (24,147,148). Sum of RGB (Red+Green+Blue) = 24+147+148=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #189394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189394 is #E76C6B. Grayscale: #6E6E6E. Windows color (decimal): -15166572 or 9736984. OLE color: 9736984.

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

Color convert

RGB 24 147 148 -
CMYK 0.84 0.01 0 0.42
HSL 180.48º 0.72% 0.34% -
HSV(B) 180.48º 0.84% 0.58% -
XYZ 16.16 23.2 31.64 -
YUV 110.34 149.25 66.42 -
System Red Green Blue C M Y K H S L
Decimal 24 147 148 0.84 0.01 0 0.42 180.48 0.72 0.34
Hex 18 93 94 54 1 0 2A B4 48 22
Octal 30 223 224 124 1 0 52 264 110 42
Binary 11000 10010011 10010100 1010100 1 0 101010 10110100 1001000 100010

Color Harmonies of #189394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189394

Black with #189394

Text Example


Text Example

White with #189394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189394; }

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

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

background-color css

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

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

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

border-color css

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

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

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