Html Css Color HEX #139F84 Mountain Meadow

📋 copy color: '#139F84'

red 19 ◦ green 159 ◦ blue 132

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

Shades of Mountain Meadow #139F84

Tints of Mountain Meadow #139F84

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

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

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 6.13%
G = 51.29%
B = 42.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#139F84 (or 0x139F84) is known color: Mountain Meadow. HEX triplet: 13, 9F and 84. RGB value is (19,159,132). Sum of RGB (Red+Green+Blue) = 19+159+132=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #139F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F84 is #EC607B. Grayscale: #727272. Windows color (decimal): -15491196 or 8691475. OLE color: 8691475.

HSL color Cylindrical-coordinate representation of color #139F84: hue angle of 168.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F84 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 159 132 -
CMYK 0.88 0 0.17 0.38
HSL 168.43º 0.79% 0.35% -
HSV(B) 168.43º 0.88% 0.62% -
XYZ 16.83 26.6 26.08 -
YUV 114.06 138.12 60.2 -
System Red Green Blue C M Y K H S L
Decimal 19 159 132 0.88 0 0.17 0.38 168.43 0.79 0.35
Hex 13 9F 84 58 0 11 26 A8 4F 23
Octal 23 237 204 130 0 21 46 250 117 43
Binary 10011 10011111 10000100 1011000 0 10001 100110 10101000 1001111 100011

Color Harmonies of #139F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F84

Black with #139F84

Text Example


Text Example

White with #139F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139F84; }

 p { color: rgb(19,159,132); }

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

background-color css

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

 a { background-color: rgb(19,159,132); }

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

border-color css

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

 span { border-color: rgb(19,159,132); }

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