Html Css Color HEX #189498 Java

📋 copy color: '#189498'

red 24 ◦ green 148 ◦ blue 152

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

Shades of Java #189498

Tints of Java #189498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 7.41%
G = 45.68%
B = 46.91%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#189498 (or 0x189498) is known color: Java. HEX triplet: 18, 94 and 98. RGB value is (24,148,152). Sum of RGB (Red+Green+Blue) = 24+148+152=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #189498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189498 is #E76B67. Grayscale: #6F6F6F. Windows color (decimal): -15166312 or 9999384. OLE color: 9999384.

HSL color Cylindrical-coordinate representation of color #189498: hue angle of 181.88º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189498 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 148 152 -
CMYK 0.84 0.03 0 0.40
HSL 181.88º 0.73% 0.35% -
HSV(B) 181.88º 0.84% 0.6% -
XYZ 16.63 23.64 33.39 -
YUV 111.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 24 148 152 0.84 0.03 0 0.40 181.88 0.73 0.35
Hex 18 94 98 54 3 0 28 B6 49 23
Octal 30 224 230 124 3 0 50 266 111 43
Binary 11000 10010100 10011000 1010100 11 0 101000 10110110 1001001 100011

Color Harmonies of #189498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189498

Black with #189498

Text Example


Text Example

White with #189498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189498; }

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

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

background-color css

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

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

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

border-color css

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

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

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