#10AC88

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

Shades of Mountain Meadow #10AC88

Tints of Mountain Meadow #10AC88

Color information

#10AC88 (or 0x10AC88) is unknown color: approx Mountain Meadow. HEX triplet: 10, AC and 88. RGB value is (16,172,136). Sum of RGB (Red+Green+Blue) = 16+172+136=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC88 is #EF5377. Grayscale: #797979. Windows color (decimal): -15684472 or 8956944. OLE color: 8956944.

HSL color Cylindrical-coordinate representation of color #10AC88: hue angle of 166.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC88 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB16172136-
CMYK0.9100.210.33
HSL166.15º82.98%36.86%-
HSV(B)166.15º90.7%67.45%-
XYZ19.4131.3928.33-
YUV121.25136.3252.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 172 (67.58% from 255) = 53.09%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=4.94%
G=53.09%
B=41.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161721360.9100.210.33166.1582.9836.86
Hex10AC885B01521a65325
Octal202542101330254124612345
Binary1000010101100100010001011011010101100001101001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AC88; }

 p { color: rgb(16,172,136); }

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

<style>
 a { background-color: #10AC88; }

 a { background-color: rgb(16,172,136); }

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

<style>
 span { border-color: #10AC88; }

 span { border-color: rgb(16,172,136); }

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