#13AA86

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

Shades of Mountain Meadow #13AA86

Tints of Mountain Meadow #13AA86

Color information

#13AA86 (or 0x13AA86) is unknown color: approx Mountain Meadow. HEX triplet: 13, AA and 86. RGB value is (19,170,134). Sum of RGB (Red+Green+Blue) = 19+170+134=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA86 is #EC5579. Grayscale: #787878. Windows color (decimal): -15488378 or 8825363. OLE color: 8825363.

HSL color Cylindrical-coordinate representation of color #13AA86: hue angle of 165.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA86 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB19170134-
CMYK0.8900.210.33
HSL165.7º79.89%37.06%-
HSV(B)165.7º88.82%66.67%-
XYZ18.9530.6127.46-
YUV120.75135.4755.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 170 (66.80% from 255) = 52.63%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=5.88%
G=52.63%
B=41.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191701340.8900.210.33165.779.8937.06
Hex13AA865901521a65025
Octal232522061310254124612045
Binary1001110101010100001101011001010101100001101001101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AA86; }

 p { color: rgb(19,170,134); }

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

<style>
 a { background-color: #13AA86; }

 a { background-color: rgb(19,170,134); }

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

<style>
 span { border-color: #13AA86; }

 span { border-color: rgb(19,170,134); }

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