Html Css Color HEX #13AB7F Mountain Meadow

📋 copy color: '#13AB7F'

red 19 ◦ green 171 ◦ blue 127

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

Shades of Mountain Meadow #13AB7F

Tints of Mountain Meadow #13AB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 5.99%
G = 53.94%
B = 40.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#13AB7F (or 0x13AB7F) is known color: Mountain Meadow. HEX triplet: 13, AB and 7F. RGB value is (19,171,127). Sum of RGB (Red+Green+Blue) = 19+171+127=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB7F is #EC5480. Grayscale: #787878. Windows color (decimal): -15488129 or 8366867. OLE color: 8366867.

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

Color convert

RGB 19 171 127 -
CMYK 0.89 0 0.26 0.33
HSL 162.63º 0.8% 0.37% -
HSV(B) 162.63º 0.89% 0.67% -
XYZ 18.66 30.8 25.04 -
YUV 120.54 131.64 55.58 -
System Red Green Blue C M Y K H S L
Decimal 19 171 127 0.89 0 0.26 0.33 162.63 0.8 0.37
Hex 13 AB 7F 59 0 1A 21 A3 50 25
Octal 23 253 177 131 0 32 41 243 120 45
Binary 10011 10101011 1111111 1011001 0 11010 100001 10100011 1010000 100101

Color Harmonies of #13AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB7F

Black with #13AB7F

Text Example


Text Example

White with #13AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,127); }

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

background-color css

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

 a { background-color: rgb(19,171,127); }

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

border-color css

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

 span { border-color: rgb(19,171,127); }

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