#13B17E

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

Shades of Mountain Meadow #13B17E

Tints of Mountain Meadow #13B17E

Color information

#13B17E (or 0x13B17E) is unknown color: approx Mountain Meadow. HEX triplet: 13, B1 and 7E. RGB value is (19,177,126). Sum of RGB (Red+Green+Blue) = 19+177+126=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #13B17E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B17E is #EC4E81. Grayscale: #7B7B7B. Windows color (decimal): -15486594 or 8302867. OLE color: 8302867.

HSL color Cylindrical-coordinate representation of color #13B17E: hue angle of 160.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B17E is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB19177126-
CMYK0.8900.290.31
HSL160.63º80.61%38.43%-
HSV(B)160.63º89.27%69.41%-
XYZ19.7633.0925.08-
YUV123.94129.1553.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.90%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=5.90%
G=54.97%
B=39.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191771260.8900.290.31160.6380.6138.43
Hex13B17E5901D1Fa15126
Octal232611761310353724112146
Binary10011101100011111110101100101110111111101000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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