Html Css Color HEX #189491 Java

📋 copy color: '#189491'

red 24 ◦ green 148 ◦ blue 145

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

Shades of Java #189491

Tints of Java #189491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 7.57%
G = 46.69%
B = 45.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#189491 (or 0x189491) is known color: Java. HEX triplet: 18, 94 and 91. RGB value is (24,148,145). Sum of RGB (Red+Green+Blue) = 24+148+145=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #189491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189491 is #E76B6E. Grayscale: #6E6E6E. Windows color (decimal): -15166319 or 9540632. OLE color: 9540632.

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

Color convert

RGB 24 148 145 -
CMYK 0.84 0 0.02 0.42
HSL 178.55º 0.72% 0.34% -
HSV(B) 178.55º 0.84% 0.58% -
XYZ 16.08 23.42 30.46 -
YUV 110.58 147.42 66.24 -
System Red Green Blue C M Y K H S L
Decimal 24 148 145 0.84 0 0.02 0.42 178.55 0.72 0.34
Hex 18 94 91 54 0 2 2A B3 48 22
Octal 30 224 221 124 0 2 52 263 110 42
Binary 11000 10010100 10010001 1010100 0 10 101010 10110011 1001000 100010

Color Harmonies of #189491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189491

Black with #189491

Text Example


Text Example

White with #189491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189491; }

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

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

background-color css

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

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

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

border-color css

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

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

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