#13B07E

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

Shades of Mountain Meadow #13B07E

Tints of Mountain Meadow #13B07E

Color information

#13B07E (or 0x13B07E) is unknown color: approx Mountain Meadow. HEX triplet: 13, B0 and 7E. RGB value is (19,176,126). Sum of RGB (Red+Green+Blue) = 19+176+126=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #13B07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B07E is #EC4F81. Grayscale: #7B7B7B. Windows color (decimal): -15486850 or 8302611. OLE color: 8302611.

HSL color Cylindrical-coordinate representation of color #13B07E: hue angle of 160.89º 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 #13B07E is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB19176126-
CMYK0.8900.280.31
HSL160.89º80.51%38.24%-
HSV(B)160.89º89.2%69.02%-
XYZ19.5632.725.02-
YUV123.36129.4953.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.92%
GREEN value IS 176 (69.14% from 255) = 54.83%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=5.92%
G=54.83%
B=39.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191761260.8900.280.31160.8980.5138.24
Hex13B07E5901C1Fa15126
Octal232601761310343724112146
Binary10011101100001111110101100101110011111101000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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