Html Css Color HEX #189193 Java

📋 copy color: '#189193'

red 24 ◦ green 145 ◦ blue 147

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

Shades of Java #189193

Tints of Java #189193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

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

R = 7.59%
G = 45.89%
B = 46.52%

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

#189193 (or 0x189193) is known color: Java. HEX triplet: 18, 91 and 93. RGB value is (24,145,147). Sum of RGB (Red+Green+Blue) = 24+145+147=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #189193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189193 is #E76E6C. Grayscale: #6C6C6C. Windows color (decimal): -15167085 or 9670936. OLE color: 9670936.

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

Color convert

RGB 24 145 147 -
CMYK 0.84 0.01 0 0.42
HSL 180.98º 0.72% 0.34% -
HSV(B) 180.98º 0.84% 0.58% -
XYZ 15.77 22.55 31.13 -
YUV 109.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 24 145 147 0.84 0.01 0 0.42 180.98 0.72 0.34
Hex 18 91 93 54 1 0 2A B5 48 22
Octal 30 221 223 124 1 0 52 265 110 42
Binary 11000 10010001 10010011 1010100 1 0 101010 10110101 1001000 100010

Color Harmonies of #189193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189193

Black with #189193

Text Example


Text Example

White with #189193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189193; }

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

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

background-color css

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

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

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

border-color css

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

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

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