#13BC96

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

Shades of Mountain Meadow #13BC96

Tints of Mountain Meadow #13BC96

Color information

#13BC96 (or 0x13BC96) is unknown color: approx Mountain Meadow. HEX triplet: 13, BC and 96. RGB value is (19,188,150). Sum of RGB (Red+Green+Blue) = 19+188+150=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BC96 is #EC4369. Grayscale: #858585. Windows color (decimal): -15483754 or 9878547. OLE color: 9878547.

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

Color convert

RGB19188150-
CMYK0.9000.200.26
HSL166.51º81.64%40.59%-
HSV(B)166.51º89.89%73.73%-
XYZ23.7638.3135-
YUV133.14137.5146.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=5.32%
G=52.66%
B=42.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191881500.9000.200.26166.5181.6440.59
Hex13BC965A0141Aa75229
Octal232742261320243224712251
Binary100111011110010010110101101001010011010101001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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