Html Css Color HEX #15A086 Mountain Meadow

📋 copy color: '#15A086'

red 21 ◦ green 160 ◦ blue 134

#15A086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #15A086

Tints of Mountain Meadow #15A086

RGB

 RED value IS 21 (8.59% from 255) = 6.67%

 GREEN value IS 160 (62.89% from 255) = 50.79%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 6.67%
G = 50.79%
B = 42.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#15A086 (or 0x15A086) is known color: Mountain Meadow. HEX triplet: 15, A0 and 86. RGB value is (21,160,134). Sum of RGB (Red+Green+Blue) = 21+160+134=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #15A086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A086 is #EA5F79. Grayscale: #737373. Windows color (decimal): -15359866 or 8822805. OLE color: 8822805.

HSL color Cylindrical-coordinate representation of color #15A086: hue angle of 168.78º 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 #15A086 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 160 134 -
CMYK 0.87 0 0.16 0.37
HSL 168.78º 0.77% 0.35% -
HSV(B) 168.78º 0.87% 0.63% -
XYZ 17.18 27.02 26.86 -
YUV 115.48 138.45 60.61 -
System Red Green Blue C M Y K H S L
Decimal 21 160 134 0.87 0 0.16 0.37 168.78 0.77 0.35
Hex 15 A0 86 57 0 10 25 A9 4D 23
Octal 25 240 206 127 0 20 45 251 115 43
Binary 10101 10100000 10000110 1010111 0 10000 100101 10101001 1001101 100011

Color Harmonies of #15A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A086

Black with #15A086

Text Example


Text Example

White with #15A086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15A086;
 }
 .AnyTagClassName
 {
   color: #15A086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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