Html Css Color HEX #13A186 Mountain Meadow

📋 copy color: '#13A186'

red 19 ◦ green 161 ◦ blue 134

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

Shades of Mountain Meadow #13A186

Tints of Mountain Meadow #13A186

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.27%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 6.05%
G = 51.27%
B = 42.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#13A186 (or 0x13A186) is known color: Mountain Meadow. HEX triplet: 13, A1 and 86. RGB value is (19,161,134). Sum of RGB (Red+Green+Blue) = 19+161+134=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #13A186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A186 is #EC5E79. Grayscale: #737373. Windows color (decimal): -15490682 or 8823059. OLE color: 8823059.

HSL color Cylindrical-coordinate representation of color #13A186: hue angle of 168.59º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A186 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 161 134 -
CMYK 0.88 0 0.17 0.37
HSL 168.59º 0.79% 0.35% -
HSV(B) 168.59º 0.88% 0.63% -
XYZ 17.32 27.35 26.92 -
YUV 115.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 19 161 134 0.88 0 0.17 0.37 168.59 0.79 0.35
Hex 13 A1 86 58 0 11 25 A9 4F 23
Octal 23 241 206 130 0 21 45 251 117 43
Binary 10011 10100001 10000110 1011000 0 10001 100101 10101001 1001111 100011

Color Harmonies of #13A186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A186

Black with #13A186

Text Example


Text Example

White with #13A186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,161,134); }

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

background-color css

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

 a { background-color: rgb(19,161,134); }

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

border-color css

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

 span { border-color: rgb(19,161,134); }

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