Html Css Color HEX #189F80 Mountain Meadow

📋 copy color: '#189F80'

red 24 ◦ green 159 ◦ blue 128

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

Shades of Mountain Meadow #189F80

Tints of Mountain Meadow #189F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

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

R = 7.72%
G = 51.13%
B = 41.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#189F80 (or 0x189F80) is known color: Mountain Meadow. HEX triplet: 18, 9F and 80. RGB value is (24,159,128). Sum of RGB (Red+Green+Blue) = 24+159+128=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #189F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F80 is #E7607F. Grayscale: #737373. Windows color (decimal): -15163520 or 8429336. OLE color: 8429336.

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

Color convert

RGB 24 159 128 -
CMYK 0.85 0 0.19 0.38
HSL 166.22º 0.74% 0.36% -
HSV(B) 166.22º 0.85% 0.62% -
XYZ 16.67 26.55 24.67 -
YUV 115.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 24 159 128 0.85 0 0.19 0.38 166.22 0.74 0.36
Hex 18 9F 80 55 0 13 26 A6 4A 24
Octal 30 237 200 125 0 23 46 246 112 44
Binary 11000 10011111 10000000 1010101 0 10011 100110 10100110 1001010 100100

Color Harmonies of #189F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189F80

Black with #189F80

Text Example


Text Example

White with #189F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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