#13BC8E

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

Shades of Mountain Meadow #13BC8E

Tints of Mountain Meadow #13BC8E

Color information

#13BC8E (or 0x13BC8E) is unknown color: approx Mountain Meadow. HEX triplet: 13, BC and 8E. RGB value is (19,188,142). Sum of RGB (Red+Green+Blue) = 19+188+142=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC8E is #EC4371. Grayscale: #848484. Windows color (decimal): -15483762 or 9354259. OLE color: 9354259.

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

Color convert

RGB19188142-
CMYK0.9000.240.26
HSL163.67º81.64%40.59%-
HSV(B)163.67º89.89%73.73%-
XYZ23.1338.0631.72-
YUV132.22133.5147.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.44%
GREEN value IS 188 (73.83% from 255) = 53.87%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=5.44%
G=53.87%
B=40.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191881420.9000.240.26163.6781.6440.59
Hex13BC8E5A0181Aa45229
Octal232742161320303224412251
Binary100111011110010001110101101001100011010101001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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