#99AD9F

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

Shades of Edward #99AD9F

Tints of Edward #99AD9F

Color information

#99AD9F (or 0x99AD9F) is unknown color: approx Edward. HEX triplet: 99, AD and 9F. RGB value is (153,173,159). Sum of RGB (Red+Green+Blue) = 153+173+159=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9F is #665260. Grayscale: #A5A5A5. Windows color (decimal): -6705761 or 10464665. OLE color: 10464665.

HSL color Cylindrical-coordinate representation of color #99AD9F: hue angle of 138º 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 #99AD9F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB153173159-
CMYK0.1200.080.32
HSL138º10.87%63.92%-
HSV(B)138º11.56%67.84%-
XYZ34.3439.1638.55-
YUV165.42124.37119.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=31.55%
G=35.67%
B=32.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531731590.1200.080.3213810.8763.92
Hex99AD9FC08208ab40
Octal231255237140104021213100
Binary1001100110101101100111111100010001000001000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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