#13BE7E

Color #13BE7E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13BE7E

Tints of Mountain Meadow #13BE7E

Color information

#13BE7E (or 0x13BE7E) is unknown color: approx Mountain Meadow. HEX triplet: 13, BE and 7E. RGB value is (19,190,126). Sum of RGB (Red+Green+Blue) = 19+190+126=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BE7E is #EC4181. Grayscale: #838383. Windows color (decimal): -15483266 or 8306195. OLE color: 8306195.

HSL color Cylindrical-coordinate representation of color #13BE7E: hue angle of 157.54º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE7E is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19190126-
CMYK0.9000.340.25
HSL157.54º81.82%40.98%-
HSV(B)157.54º90%74.51%-
XYZ22.4538.4725.98-
YUV131.57124.8547.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=5.67%
G=56.72%
B=37.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191901260.9000.340.25157.5481.8240.98
Hex13BE7E5A022199e5229
Octal232761761320423123612251
Binary100111011111011111101011010010001011001100111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,190,126); }

 H1.HeaderClassName
 {
   color: #13BE7E;
 }
 .AnyTagClassName
 {
   color: #13BE7E;
 }
</style>
background-color css

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

 a { background-color: rgb(19,190,126); }

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

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

 span { border-color: rgb(19,190,126); }

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