Html Css Color HEX #189F82 Mountain Meadow

📋 copy color: '#189F82'

red 24 ◦ green 159 ◦ blue 130

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

Shades of Mountain Meadow #189F82

Tints of Mountain Meadow #189F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 7.67%
G = 50.8%
B = 41.53%

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

#189F82 (or 0x189F82) is known color: Mountain Meadow. HEX triplet: 18, 9F and 82. RGB value is (24,159,130). Sum of RGB (Red+Green+Blue) = 24+159+130=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #189F82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F82 is #E7607D. Grayscale: #737373. Windows color (decimal): -15163518 or 8560408. OLE color: 8560408.

HSL color Cylindrical-coordinate representation of color #189F82: hue angle of 167.11º 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 #189F82 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 159 130 -
CMYK 0.85 0 0.18 0.38
HSL 167.11º 0.74% 0.36% -
HSV(B) 167.11º 0.85% 0.62% -
XYZ 16.8 26.6 25.37 -
YUV 115.33 136.27 62.86 -
System Red Green Blue C M Y K H S L
Decimal 24 159 130 0.85 0 0.18 0.38 167.11 0.74 0.36
Hex 18 9F 82 55 0 12 26 A7 4A 24
Octal 30 237 202 125 0 22 46 247 112 44
Binary 11000 10011111 10000010 1010101 0 10010 100110 10100111 1001010 100100

Color Harmonies of #189F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189F82

Black with #189F82

Text Example


Text Example

White with #189F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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