#13B396

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

Shades of Mountain Meadow #13B396

Tints of Mountain Meadow #13B396

Color information

#13B396 (or 0x13B396) is unknown color: approx Mountain Meadow. HEX triplet: 13, B3 and 96. RGB value is (19,179,150). Sum of RGB (Red+Green+Blue) = 19+179+150=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #13B396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B396 is #EC4C69. Grayscale: #7F7F7F. Windows color (decimal): -15486058 or 9876243. OLE color: 9876243.

HSL color Cylindrical-coordinate representation of color #13B396: hue angle of 169.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B396 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB19179150-
CMYK0.8900.160.30
HSL169.12º80.81%38.82%-
HSV(B)169.12º89.39%70.2%-
XYZ21.8934.5834.37-
YUV127.85140.4950.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.46%
GREEN value IS 179 (70.31% from 255) = 51.44%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=5.46%
G=51.44%
B=43.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791500.8900.160.30169.1280.8138.82
Hex13B396590101Ea95127
Octal232632261310203625112147
Binary100111011001110010110101100101000011110101010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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