Html Css Color HEX #189B80 Niagara

📋 copy color: '#189B80'

red 24 ◦ green 155 ◦ blue 128

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

Shades of Niagara #189B80

Tints of Niagara #189B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.49%

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

R = 7.82%
G = 50.49%
B = 41.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#189B80 (or 0x189B80) is known color: Niagara. HEX triplet: 18, 9B and 80. RGB value is (24,155,128). Sum of RGB (Red+Green+Blue) = 24+155+128=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #189B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B80 is #E7647F. Grayscale: #707070. Windows color (decimal): -15164544 or 8428312. OLE color: 8428312.

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

Color convert

RGB 24 155 128 -
CMYK 0.85 0 0.17 0.39
HSL 167.63º 0.73% 0.35% -
HSV(B) 167.63º 0.85% 0.61% -
XYZ 15.99 25.2 24.44 -
YUV 112.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 24 155 128 0.85 0 0.17 0.39 167.63 0.73 0.35
Hex 18 9B 80 55 0 11 27 A8 49 23
Octal 30 233 200 125 0 21 47 250 111 43
Binary 11000 10011011 10000000 1010101 0 10001 100111 10101000 1001001 100011

Color Harmonies of #189B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189B80

Black with #189B80

Text Example


Text Example

White with #189B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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