#9DADA2

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

Shades of Edward #9DADA2

Tints of Edward #9DADA2

Color information

#9DADA2 (or 0x9DADA2) is unknown color: approx Edward. HEX triplet: 9D, AD and A2. RGB value is (157,173,162). Sum of RGB (Red+Green+Blue) = 157+173+162=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #9DADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DADA2 is #62525D. Grayscale: #A6A6A6. Windows color (decimal): -6443614 or 10661277. OLE color: 10661277.

HSL color Cylindrical-coordinate representation of color #9DADA2: hue angle of 138.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DADA2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB157173162-
CMYK0.0900.060.32
HSL138.75º8.89%64.71%-
HSV(B)138.75º9.25%67.84%-
XYZ35.3739.6639.97-
YUV166.96125.2120.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=31.91%
G=35.16%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731620.0900.060.32138.758.8964.71
Hex9DADA2906208b941
Octal23525524211064021311101
Binary100111011010110110100010100101101000001000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DADA2; }

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

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

<style>
 a { background-color: #9DADA2; }

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

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

<style>
 span { border-color: #9DADA2; }

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

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