#15AE95

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

Shades of Mountain Meadow #15AE95

Tints of Mountain Meadow #15AE95

Color information

#15AE95 (or 0x15AE95) is unknown color: approx Mountain Meadow. HEX triplet: 15, AE and 95. RGB value is (21,174,149). Sum of RGB (Red+Green+Blue) = 21+174+149=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #15AE95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AE95 is #EA516A. Grayscale: #7D7D7D. Windows color (decimal): -15356267 or 9809429. OLE color: 9809429.

HSL color Cylindrical-coordinate representation of color #15AE95: hue angle of 170.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AE95 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB21174149-
CMYK0.8800.140.32
HSL170.2º78.46%38.24%-
HSV(B)170.2º87.93%68.24%-
XYZ20.8732.633.63-
YUV125.4141.3153.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.10%
GREEN value IS 174 (68.36% from 255) = 50.58%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=6.10%
G=50.58%
B=43.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211741490.8800.140.32170.278.4638.24
Hex15AE95580E20aa4e26
Octal252562251300164025211646
Binary101011010111010010101101100001110100000101010101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,174,149); }

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

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

 a { background-color: rgb(21,174,149); }

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

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

 span { border-color: rgb(21,174,149); }

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