#10A689

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

Shades of Mountain Meadow #10A689

Tints of Mountain Meadow #10A689

Color information

#10A689 (or 0x10A689) is unknown color: approx Mountain Meadow. HEX triplet: 10, A6 and 89. RGB value is (16,166,137). Sum of RGB (Red+Green+Blue) = 16+166+137=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #10A689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A689 is #EF5976. Grayscale: #757575. Windows color (decimal): -15686007 or 9020944. OLE color: 9020944.

HSL color Cylindrical-coordinate representation of color #10A689: hue angle of 168.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A689 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16166137-
CMYK0.9000.170.35
HSL168.4º82.42%35.69%-
HSV(B)168.4º90.36%65.1%-
XYZ18.3729.1928.33-
YUV117.84138.855.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.02%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=5.02%
G=52.04%
B=42.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161661370.9000.170.35168.482.4235.69
Hex10A6895A01123a85224
Octal202462111320214325012244
Binary1000010100110100010011011010010001100011101010001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,137); }

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

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

 a { background-color: rgb(16,166,137); }

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

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

 span { border-color: rgb(16,166,137); }

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