#15B482

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

Shades of Mountain Meadow #15B482

Tints of Mountain Meadow #15B482

Color information

#15B482 (or 0x15B482) is unknown color: approx Mountain Meadow. HEX triplet: 15, B4 and 82. RGB value is (21,180,130). Sum of RGB (Red+Green+Blue) = 21+180+130=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #15B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15B482 is #EA4B7D. Grayscale: #7E7E7E. Windows color (decimal): -15354750 or 8565781. OLE color: 8565781.

HSL color Cylindrical-coordinate representation of color #15B482: hue angle of 161.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B482 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB21180130-
CMYK0.8800.280.29
HSL161.13º79.1%39.41%-
HSV(B)161.13º88.33%70.59%-
XYZ20.6634.4126.67-
YUV126.76129.8252.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.34%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=6.34%
G=54.38%
B=39.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211801300.8800.280.29161.1379.139.41
Hex15B4825801C1Da14f27
Octal252642021300343524111747
Binary101011011010010000010101100001110011101101000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,180,130); }

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

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

 a { background-color: rgb(21,180,130); }

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

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

 span { border-color: rgb(21,180,130); }

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