#13BC8C

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

Shades of Mountain Meadow #13BC8C

Tints of Mountain Meadow #13BC8C

Color information

#13BC8C (or 0x13BC8C) is unknown color: approx Mountain Meadow. HEX triplet: 13, BC and 8C. RGB value is (19,188,140). Sum of RGB (Red+Green+Blue) = 19+188+140=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC8C is #EC4373. Grayscale: #848484. Windows color (decimal): -15483764 or 9223187. OLE color: 9223187.

HSL color Cylindrical-coordinate representation of color #13BC8C: hue angle of 162.96º 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 #13BC8C is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB19188140-
CMYK0.9000.260.26
HSL162.96º81.64%40.59%-
HSV(B)162.96º89.89%73.73%-
XYZ22.993830.93-
YUV132132.5147.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=5.48%
G=54.18%
B=40.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191881400.9000.260.26162.9681.6440.59
Hex13BC8C5A01A1Aa35229
Octal232742141320323224312251
Binary100111011110010001100101101001101011010101000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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