#99AD9D

Color #99AD9D Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #99AD9D

Tints of Edward #99AD9D

Color information

#99AD9D (or 0x99AD9D) is unknown color: approx Edward. HEX triplet: 99, AD and 9D. RGB value is (153,173,157). Sum of RGB (Red+Green+Blue) = 153+173+157=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9D is #665262. Grayscale: #A5A5A5. Windows color (decimal): -6705763 or 10333593. OLE color: 10333593.

HSL color Cylindrical-coordinate representation of color #99AD9D: hue angle of 132º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AD9D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB153173157-
CMYK0.1200.090.32
HSL132º10.87%63.92%-
HSV(B)132º11.56%67.84%-
XYZ34.1739.0937.64-
YUV165.2123.37119.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=31.68%
G=35.82%
B=32.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731570.1200.090.3213210.8763.92
Hex99AD9DC092084b40
Octal231255235140114020413100
Binary1001100110101101100111011100010011000001000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AD9D; }

 p { color: rgb(153,173,157); }

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

<style>
 a { background-color: #99AD9D; }

 a { background-color: rgb(153,173,157); }

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

<style>
 span { border-color: #99AD9D; }

 span { border-color: rgb(153,173,157); }

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