Html Css Color HEX #189D80 Niagara

📋 copy color: '#189D80'

red 24 ◦ green 157 ◦ blue 128

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

Shades of Niagara #189D80

Tints of Niagara #189D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.81%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 7.77%
G = 50.81%
B = 41.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#189D80 (or 0x189D80) is known color: Niagara. HEX triplet: 18, 9D and 80. RGB value is (24,157,128). Sum of RGB (Red+Green+Blue) = 24+157+128=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #189D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189D80 is #E7627F. Grayscale: #717171. Windows color (decimal): -15164032 or 8428824. OLE color: 8428824.

HSL color Cylindrical-coordinate representation of color #189D80: hue angle of 166.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189D80 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 157 128 -
CMYK 0.85 0 0.18 0.38
HSL 166.92º 0.73% 0.35% -
HSV(B) 166.92º 0.85% 0.62% -
XYZ 16.33 25.87 24.55 -
YUV 113.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 24 157 128 0.85 0 0.18 0.38 166.92 0.73 0.35
Hex 18 9D 80 55 0 12 26 A7 49 23
Octal 30 235 200 125 0 22 46 247 111 43
Binary 11000 10011101 10000000 1010101 0 10010 100110 10100111 1001001 100011

Color Harmonies of #189D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189D80

Black with #189D80

Text Example


Text Example

White with #189D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,157,128); }

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

background-color css

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

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

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

border-color css

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

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

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