#15A27D

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

Shades of Mountain Meadow #15A27D

Tints of Mountain Meadow #15A27D

Color information

#15A27D (or 0x15A27D) is unknown color: approx Mountain Meadow. HEX triplet: 15, A2 and 7D. RGB value is (21,162,125). Sum of RGB (Red+Green+Blue) = 21+162+125=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #15A27D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A27D is #EA5D82. Grayscale: #737373. Windows color (decimal): -15359363 or 8233493. OLE color: 8233493.

HSL color Cylindrical-coordinate representation of color #15A27D: hue angle of 164.26º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A27D is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB21162125-
CMYK0.8700.230.36
HSL164.26º77.05%35.88%-
HSV(B)164.26º87.04%63.53%-
XYZ16.9327.4823.81-
YUV115.62133.2960.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=6.82%
G=52.60%
B=40.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211621250.8700.230.36164.2677.0535.88
Hex15A27D5701724a44d24
Octal252421751270274424411544
Binary101011010001011111011010111010111100100101001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,125); }

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

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

 a { background-color: rgb(21,162,125); }

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

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

 span { border-color: rgb(21,162,125); }

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