#139F83

Color #139F83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #139F83

Tints of Mountain Meadow #139F83

Color information

#139F83 (or 0x139F83) is unknown color: approx Mountain Meadow. HEX triplet: 13, 9F and 83. RGB value is (19,159,131). Sum of RGB (Red+Green+Blue) = 19+159+131=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #139F83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F83 is #EC607C. Grayscale: #717171. Windows color (decimal): -15491197 or 8625939. OLE color: 8625939.

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

Color convert

RGB19159131-
CMYK0.8800.180.38
HSL168º78.65%34.9%-
HSV(B)168º88.05%62.35%-
XYZ16.7626.5725.72-
YUV113.95137.6260.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=6.15%
G=51.46%
B=42.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191591310.8800.180.3816878.6534.9
Hex139F835801226a84f23
Octal232372031300224625011743
Binary1001110011111100000111011000010010100110101010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #139F83;
 }
 .AnyTagClassName
 {
   color: #139F83;
 }
</style>
background-color css

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

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

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

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

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

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