Html Css Color HEX #13AA85 Mountain Meadow

📋 copy color: '#13AA85'

red 19 ◦ green 170 ◦ blue 133

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

Shades of Mountain Meadow #13AA85

Tints of Mountain Meadow #13AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.8%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 5.9%
G = 52.8%
B = 41.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#13AA85 (or 0x13AA85) is known color: Mountain Meadow. HEX triplet: 13, AA and 85. RGB value is (19,170,133). Sum of RGB (Red+Green+Blue) = 19+170+133=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA85 is #EC557A. Grayscale: #787878. Windows color (decimal): -15488379 or 8759827. OLE color: 8759827.

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

Color convert

RGB 19 170 133 -
CMYK 0.89 0 0.22 0.33
HSL 165.3º 0.8% 0.37% -
HSV(B) 165.3º 0.89% 0.67% -
XYZ 18.88 30.58 27.1 -
YUV 120.63 134.97 55.51 -
System Red Green Blue C M Y K H S L
Decimal 19 170 133 0.89 0 0.22 0.33 165.3 0.8 0.37
Hex 13 AA 85 59 0 16 21 A5 50 25
Octal 23 252 205 131 0 26 41 245 120 45
Binary 10011 10101010 10000101 1011001 0 10110 100001 10100101 1010000 100101

Color Harmonies of #13AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA85

Black with #13AA85

Text Example


Text Example

White with #13AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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