#13AE86

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

Shades of Mountain Meadow #13AE86

Tints of Mountain Meadow #13AE86

Color information

#13AE86 (or 0x13AE86) is unknown color: approx Mountain Meadow. HEX triplet: 13, AE and 86. RGB value is (19,174,134). Sum of RGB (Red+Green+Blue) = 19+174+134=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AE86 is #EC5179. Grayscale: #7B7B7B. Windows color (decimal): -15487354 or 8826387. OLE color: 8826387.

HSL color Cylindrical-coordinate representation of color #13AE86: hue angle of 164.52º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE86 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB19174134-
CMYK0.8900.230.32
HSL164.52º80.31%37.84%-
HSV(B)164.52º89.08%68.24%-
XYZ19.7132.1327.72-
YUV123.09134.1553.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 174 (68.36% from 255) = 53.21%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=5.81%
G=53.21%
B=40.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191741340.8900.230.32164.5280.3137.84
Hex13AE865901720a55026
Octal232562061310274024512046
Binary1001110101110100001101011001010111100000101001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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