Html Css Color HEX #13AD87 Mountain Meadow

📋 copy color: '#13AD87'

red 19 ◦ green 173 ◦ blue 135

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

Shades of Mountain Meadow #13AD87

Tints of Mountain Meadow #13AD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.91%

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 5.81%
G = 52.91%
B = 41.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#13AD87 (or 0x13AD87) is known color: Mountain Meadow. HEX triplet: 13, AD and 87. RGB value is (19,173,135). Sum of RGB (Red+Green+Blue) = 19+173+135=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD87 is #EC5278. Grayscale: #7A7A7A. Windows color (decimal): -15487609 or 8891667. OLE color: 8891667.

HSL color Cylindrical-coordinate representation of color #13AD87: hue angle of 165.19º 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 #13AD87 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 135 -
CMYK 0.89 0 0.22 0.32
HSL 165.19º 0.8% 0.38% -
HSV(B) 165.19º 0.89% 0.68% -
XYZ 19.59 31.77 28.02 -
YUV 122.62 134.98 54.09 -
System Red Green Blue C M Y K H S L
Decimal 19 173 135 0.89 0 0.22 0.32 165.19 0.8 0.38
Hex 13 AD 87 59 0 16 20 A5 50 26
Octal 23 255 207 131 0 26 40 245 120 46
Binary 10011 10101101 10000111 1011001 0 10110 100000 10100101 1010000 100110

Color Harmonies of #13AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD87

Black with #13AD87

Text Example


Text Example

White with #13AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,135); }

 H1.HeaderClassName
 {
   color: #13AD87;
 }
 .AnyTagClassName
 {
   color: #13AD87;
 }
</style>

background-color css

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

 a { background-color: rgb(19,173,135); }

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

border-color css

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

 span { border-color: rgb(19,173,135); }

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