#15A07E

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

Shades of Mountain Meadow #15A07E

Tints of Mountain Meadow #15A07E

Color information

#15A07E (or 0x15A07E) is unknown color: approx Mountain Meadow. HEX triplet: 15, A0 and 7E. RGB value is (21,160,126). Sum of RGB (Red+Green+Blue) = 21+160+126=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #15A07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A07E is #EA5F81. Grayscale: #727272. Windows color (decimal): -15359874 or 8298517. OLE color: 8298517.

HSL color Cylindrical-coordinate representation of color #15A07E: hue angle of 165.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A07E is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB21160126-
CMYK0.8700.210.37
HSL165.32º76.8%35.49%-
HSV(B)165.32º86.87%62.75%-
XYZ16.6526.8124.04-
YUV114.56134.4561.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=6.84%
G=52.12%
B=41.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211601260.8700.210.37165.3276.835.49
Hex15A07E5701525a54d23
Octal252401761270254524511543
Binary101011010000011111101010111010101100101101001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A07E; }

 p { color: rgb(21,160,126); }

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

<style>
 a { background-color: #15A07E; }

 a { background-color: rgb(21,160,126); }

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

<style>
 span { border-color: #15A07E; }

 span { border-color: rgb(21,160,126); }

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