Html Css Color HEX #13AB7E Mountain Meadow

📋 copy color: '#13AB7E'

red 19 ◦ green 171 ◦ blue 126

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

Shades of Mountain Meadow #13AB7E

Tints of Mountain Meadow #13AB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 6.01%
G = 54.11%
B = 39.87%

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

#13AB7E (or 0x13AB7E) is known color: Mountain Meadow. HEX triplet: 13, AB and 7E. RGB value is (19,171,126). Sum of RGB (Red+Green+Blue) = 19+171+126=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB7E is #EC5481. Grayscale: #787878. Windows color (decimal): -15488130 or 8301331. OLE color: 8301331.

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

Color convert

RGB 19 171 126 -
CMYK 0.89 0 0.26 0.33
HSL 162.24º 0.8% 0.37% -
HSV(B) 162.24º 0.89% 0.67% -
XYZ 18.6 30.77 24.7 -
YUV 120.42 131.14 55.66 -
System Red Green Blue C M Y K H S L
Decimal 19 171 126 0.89 0 0.26 0.33 162.24 0.8 0.37
Hex 13 AB 7E 59 0 1A 21 A2 50 25
Octal 23 253 176 131 0 32 41 242 120 45
Binary 10011 10101011 1111110 1011001 0 11010 100001 10100010 1010000 100101

Color Harmonies of #13AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB7E

Black with #13AB7E

Text Example


Text Example

White with #13AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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