Html Css Color HEX #189493 Java

📋 copy color: '#189493'

red 24 ◦ green 148 ◦ blue 147

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

Shades of Java #189493

Tints of Java #189493

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #189493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189493

Black with #189493

Text Example


Text Example

White with #189493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189493; }

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

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

background-color css

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

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

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

border-color css

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

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

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