Html Css Color HEX #99AE9E Edward

📋 copy color: '#99AE9E'

red 153 ◦ green 174 ◦ blue 158

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

Shades of Edward #99AE9E

Tints of Edward #99AE9E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.88%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 31.55%
G = 35.88%
B = 32.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#99AE9E (or 0x99AE9E) is known color: Edward. HEX triplet: 99, AE and 9E. RGB value is (153,174,158). Sum of RGB (Red+Green+Blue) = 153+174+158=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE9E is #665161. Grayscale: #A5A5A5. Windows color (decimal): -6705506 or 10399385. OLE color: 10399385.

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

Color convert

RGB 153 174 158 -
CMYK 0.12 0 0.09 0.32
HSL 134.29º 0.11% 0.64% -
HSV(B) 134.29º 0.12% 0.68% -
XYZ 34.44 39.51 38.16 -
YUV 165.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 153 174 158 0.12 0 0.09 0.32 134.29 0.11 0.64
Hex 99 AE 9E C 0 9 20 86 B 40
Octal 231 256 236 14 0 11 40 206 13 100
Binary 10011001 10101110 10011110 1100 0 1001 100000 10000110 1011 1000000

Color Harmonies of #99AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AE9E

Black with #99AE9E

Text Example


Text Example

White with #99AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,174,158); }

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

background-color css

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

 a { background-color: rgb(153,174,158); }

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

border-color css

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

 span { border-color: rgb(153,174,158); }

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