Html Css Color HEX #189293 Java

📋 copy color: '#189293'

red 24 ◦ green 146 ◦ blue 147

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

Shades of Java #189293

Tints of Java #189293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

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

R = 7.57%
G = 46.06%
B = 46.37%

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

#189293 (or 0x189293) is known color: Java. HEX triplet: 18, 92 and 93. RGB value is (24,146,147). Sum of RGB (Red+Green+Blue) = 24+146+147=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #189293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189293 is #E76D6C. Grayscale: #6D6D6D. Windows color (decimal): -15166829 or 9671192. OLE color: 9671192.

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

Color convert

RGB 24 146 147 -
CMYK 0.84 0.01 0 0.42
HSL 180.49º 0.72% 0.34% -
HSV(B) 180.49º 0.84% 0.58% -
XYZ 15.92 22.86 31.18 -
YUV 109.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 24 146 147 0.84 0.01 0 0.42 180.49 0.72 0.34
Hex 18 92 93 54 1 0 2A B4 48 22
Octal 30 222 223 124 1 0 52 264 110 42
Binary 11000 10010010 10010011 1010100 1 0 101010 10110100 1001000 100010

Color Harmonies of #189293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189293

Black with #189293

Text Example


Text Example

White with #189293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189293; }

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

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

background-color css

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

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

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

border-color css

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

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

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