Html Css Color HEX #189191 Java

📋 copy color: '#189191'

red 24 ◦ green 145 ◦ blue 145

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

Shades of Java #189191

Tints of Java #189191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 7.64%
G = 46.18%
B = 46.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#189191 (or 0x189191) is known color: Java. HEX triplet: 18, 91 and 91. RGB value is (24,145,145). Sum of RGB (Red+Green+Blue) = 24+145+145=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #189191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189191 is #E76E6E. Grayscale: #6C6C6C. Windows color (decimal): -15167087 or 9539864. OLE color: 9539864.

HSL color Cylindrical-coordinate representation of color #189191: hue angle of 180º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189191 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 145 145 -
CMYK 0.83 0 0 0.43
HSL 180º 0.72% 0.33% -
HSV(B) 180º 0.83% 0.57% -
XYZ 15.61 22.49 30.31 -
YUV 108.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 24 145 145 0.83 0 0 0.43 180 0.72 0.33
Hex 18 91 91 53 0 0 2B B4 48 21
Octal 30 221 221 123 0 0 53 264 110 41
Binary 11000 10010001 10010001 1010011 0 0 101011 10110100 1001000 100001

Color Harmonies of #189191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189191

Black with #189191

Text Example


Text Example

White with #189191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189191; }

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

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

background-color css

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

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

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

border-color css

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

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

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