Html Css Color HEX #189A94 Java

📋 copy color: '#189A94'

red 24 ◦ green 154 ◦ blue 148

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

Shades of Java #189A94

Tints of Java #189A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.24%

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

R = 7.36%
G = 47.24%
B = 45.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#189A94 (or 0x189A94) is known color: Java. HEX triplet: 18, 9A and 94. RGB value is (24,154,148). Sum of RGB (Red+Green+Blue) = 24+154+148=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #189A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189A94 is #E7656B. Grayscale: #727272. Windows color (decimal): -15164780 or 9738776. OLE color: 9738776.

HSL color Cylindrical-coordinate representation of color #189A94: hue angle of 177.23º 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 #189A94 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 154 148 -
CMYK 0.84 0 0.04 0.40
HSL 177.23º 0.73% 0.35% -
HSV(B) 177.23º 0.84% 0.6% -
XYZ 17.28 25.44 32.02 -
YUV 114.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 24 154 148 0.84 0 0.04 0.40 177.23 0.73 0.35
Hex 18 9A 94 54 0 4 28 B1 49 23
Octal 30 232 224 124 0 4 50 261 111 43
Binary 11000 10011010 10010100 1010100 0 100 101000 10110001 1001001 100011

Color Harmonies of #189A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189A94

Black with #189A94

Text Example


Text Example

White with #189A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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