Html Css Color HEX #13AF8D Mountain Meadow

📋 copy color: '#13AF8D'

red 19 ◦ green 175 ◦ blue 141

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

Shades of Mountain Meadow #13AF8D

Tints of Mountain Meadow #13AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.24%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 5.67%
G = 52.24%
B = 42.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#13AF8D (or 0x13AF8D) is known color: Mountain Meadow. HEX triplet: 13, AF and 8D. RGB value is (19,175,141). Sum of RGB (Red+Green+Blue) = 19+175+141=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF8D is #EC5072. Grayscale: #7C7C7C. Windows color (decimal): -15487091 or 9285395. OLE color: 9285395.

HSL color Cylindrical-coordinate representation of color #13AF8D: hue angle of 166.92º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF8D is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 141 -
CMYK 0.89 0 0.19 0.31
HSL 166.92º 0.8% 0.38% -
HSV(B) 166.92º 0.89% 0.69% -
XYZ 20.41 32.72 30.44 -
YUV 124.48 137.32 52.76 -
System Red Green Blue C M Y K H S L
Decimal 19 175 141 0.89 0 0.19 0.31 166.92 0.8 0.38
Hex 13 AF 8D 59 0 13 1F A7 50 26
Octal 23 257 215 131 0 23 37 247 120 46
Binary 10011 10101111 10001101 1011001 0 10011 11111 10100111 1010000 100110

Color Harmonies of #13AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF8D

Black with #13AF8D

Text Example


Text Example

White with #13AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,141); }

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

background-color css

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

 a { background-color: rgb(19,175,141); }

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

border-color css

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

 span { border-color: rgb(19,175,141); }

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