Html Css Color HEX #13AA8C Mountain Meadow

📋 copy color: '#13AA8C'

red 19 ◦ green 170 ◦ blue 140

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

Shades of Mountain Meadow #13AA8C

Tints of Mountain Meadow #13AA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 5.78%
G = 51.67%
B = 42.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#13AA8C (or 0x13AA8C) is known color: Mountain Meadow. HEX triplet: 13, AA and 8C. RGB value is (19,170,140). Sum of RGB (Red+Green+Blue) = 19+170+140=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA8C is #EC5573. Grayscale: #797979. Windows color (decimal): -15488372 or 9218579. OLE color: 9218579.

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

Color convert

RGB 19 170 140 -
CMYK 0.89 0 0.18 0.33
HSL 168.08º 0.8% 0.37% -
HSV(B) 168.08º 0.89% 0.67% -
XYZ 19.38 30.78 29.73 -
YUV 121.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 19 170 140 0.89 0 0.18 0.33 168.08 0.8 0.37
Hex 13 AA 8C 59 0 12 21 A8 50 25
Octal 23 252 214 131 0 22 41 250 120 45
Binary 10011 10101010 10001100 1011001 0 10010 100001 10101000 1010000 100101

Color Harmonies of #13AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA8C

Black with #13AA8C

Text Example


Text Example

White with #13AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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