Html Css Color HEX #99AD9C Edward

📋 copy color: '#99AD9C'

red 153 ◦ green 173 ◦ blue 156

#99AD9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edward #99AD9C

Tints of Edward #99AD9C

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 31.74%
G = 35.89%
B = 32.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#99AD9C (or 0x99AD9C) is known color: Edward. HEX triplet: 99, AD and 9C. RGB value is (153,173,156). Sum of RGB (Red+Green+Blue) = 153+173+156=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD9C is #665263. Grayscale: #A5A5A5. Windows color (decimal): -6705764 or 10268057. OLE color: 10268057.

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

Color convert

RGB 153 173 156 -
CMYK 0.12 0 0.10 0.32
HSL 129º 0.11% 0.64% -
HSV(B) 129º 0.12% 0.68% -
XYZ 34.08 39.06 37.2 -
YUV 165.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 153 173 156 0.12 0 0.10 0.32 129 0.11 0.64
Hex 99 AD 9C C 0 A 20 81 B 40
Octal 231 255 234 14 0 12 40 201 13 100
Binary 10011001 10101101 10011100 1100 0 1010 100000 10000001 1011 1000000

Color Harmonies of #99AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AD9C

Black with #99AD9C

Text Example


Text Example

White with #99AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99AD9C;
 }
 .AnyTagClassName
 {
   color: #99AD9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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