Html Css Color HEX #13BA8E Mountain Meadow

📋 copy color: '#13BA8E'

red 19 ◦ green 186 ◦ blue 142

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

Shades of Mountain Meadow #13BA8E

Tints of Mountain Meadow #13BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.6%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 5.48%
G = 53.6%
B = 40.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#13BA8E (or 0x13BA8E) is known color: Mountain Meadow. HEX triplet: 13, BA and 8E. RGB value is (19,186,142). Sum of RGB (Red+Green+Blue) = 19+186+142=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA8E is #EC4571. Grayscale: #838383. Windows color (decimal): -15484274 or 9353747. OLE color: 9353747.

HSL color Cylindrical-coordinate representation of color #13BA8E: hue angle of 164.19º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA8E is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 142 -
CMYK 0.90 0 0.24 0.27
HSL 164.19º 0.81% 0.4% -
HSV(B) 164.19º 0.9% 0.73% -
XYZ 22.71 37.21 31.58 -
YUV 131.05 134.17 48.08 -
System Red Green Blue C M Y K H S L
Decimal 19 186 142 0.90 0 0.24 0.27 164.19 0.81 0.4
Hex 13 BA 8E 5A 0 18 1B A4 51 28
Octal 23 272 216 132 0 30 33 244 121 50
Binary 10011 10111010 10001110 1011010 0 11000 11011 10100100 1010001 101000

Color Harmonies of #13BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA8E

Black with #13BA8E

Text Example


Text Example

White with #13BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,142); }

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

background-color css

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

 a { background-color: rgb(19,186,142); }

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

border-color css

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

 span { border-color: rgb(19,186,142); }

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