Html Css Color HEX #189694 Java

📋 copy color: '#189694'

red 24 ◦ green 150 ◦ blue 148

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

Shades of Java #189694

Tints of Java #189694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

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

R = 7.45%
G = 46.58%
B = 45.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#189694 (or 0x189694) is known color: Java. HEX triplet: 18, 96 and 94. RGB value is (24,150,148). Sum of RGB (Red+Green+Blue) = 24+150+148=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #189694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189694 is #E7696B. Grayscale: #6F6F6F. Windows color (decimal): -15165804 or 9737752. OLE color: 9737752.

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

Color convert

RGB 24 150 148 -
CMYK 0.84 0 0.01 0.41
HSL 179.05º 0.72% 0.34% -
HSV(B) 179.05º 0.84% 0.59% -
XYZ 16.63 24.15 31.8 -
YUV 112.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 24 150 148 0.84 0 0.01 0.41 179.05 0.72 0.34
Hex 18 96 94 54 0 1 29 B3 48 22
Octal 30 226 224 124 0 1 51 263 110 42
Binary 11000 10010110 10010100 1010100 0 1 101001 10110011 1001000 100010

Color Harmonies of #189694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189694

Black with #189694

Text Example


Text Example

White with #189694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189694; }

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

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

background-color css

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

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

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

border-color css

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

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

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