#15AE96

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

Shades of Mountain Meadow #15AE96

Tints of Mountain Meadow #15AE96

Color information

#15AE96 (or 0x15AE96) is unknown color: approx Mountain Meadow. HEX triplet: 15, AE and 96. RGB value is (21,174,150). Sum of RGB (Red+Green+Blue) = 21+174+150=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #15AE96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AE96 is #EA5169. Grayscale: #7D7D7D. Windows color (decimal): -15356266 or 9874965. OLE color: 9874965.

HSL color Cylindrical-coordinate representation of color #15AE96: hue angle of 170.59º 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 #15AE96 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB21174150-
CMYK0.8800.140.32
HSL170.59º78.46%38.24%-
HSV(B)170.59º87.93%68.24%-
XYZ20.9532.6334.05-
YUV125.52141.8153.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 174 (68.36% from 255) = 50.43%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=6.09%
G=50.43%
B=43.48%

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
Decimal211741500.8800.140.32170.5978.4638.24
Hex15AE96580E20ab4e26
Octal252562261300164025311646
Binary101011010111010010110101100001110100000101010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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