Html Css Color HEX #189396 Java

📋 copy color: '#189396'

red 24 ◦ green 147 ◦ blue 150

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

Shades of Java #189396

Tints of Java #189396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 7.48%
G = 45.79%
B = 46.73%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#189396 (or 0x189396) is known color: Java. HEX triplet: 18, 93 and 96. RGB value is (24,147,150). Sum of RGB (Red+Green+Blue) = 24+147+150=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #189396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189396 is #E76C69. Grayscale: #6E6E6E. Windows color (decimal): -15166570 or 9868056. OLE color: 9868056.

HSL color Cylindrical-coordinate representation of color #189396: hue angle of 181.43º 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 #189396 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 147 150 -
CMYK 0.84 0.02 0 0.41
HSL 181.43º 0.72% 0.34% -
HSV(B) 181.43º 0.84% 0.59% -
XYZ 16.32 23.26 32.48 -
YUV 110.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 24 147 150 0.84 0.02 0 0.41 181.43 0.72 0.34
Hex 18 93 96 54 2 0 29 B5 48 22
Octal 30 223 226 124 2 0 51 265 110 42
Binary 11000 10010011 10010110 1010100 10 0 101001 10110101 1001000 100010

Color Harmonies of #189396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189396

Black with #189396

Text Example


Text Example

White with #189396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189396; }

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

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

background-color css

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

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

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

border-color css

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

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

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