Html Css Color HEX #94AA9A Edward

📋 copy color: '#94AA9A'

red 148 ◦ green 170 ◦ blue 154

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

Shades of Edward #94AA9A

Tints of Edward #94AA9A

RGB

 RED value IS 148 (58.2% from 255) = 31.36%

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 31.36%
G = 36.02%
B = 32.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#94AA9A (or 0x94AA9A) is known color: Edward. HEX triplet: 94, AA and 9A. RGB value is (148,170,154). Sum of RGB (Red+Green+Blue) = 148+170+154=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA9A is #6B5565. Grayscale: #A1A1A1. Windows color (decimal): -7034214 or 10136212. OLE color: 10136212.

HSL color Cylindrical-coordinate representation of color #94AA9A: hue angle of 136.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA9A is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 154 -
CMYK 0.13 0 0.09 0.33
HSL 136.36º 0.11% 0.62% -
HSV(B) 136.36º 0.13% 0.67% -
XYZ 32.42 37.38 36.08 -
YUV 161.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 148 170 154 0.13 0 0.09 0.33 136.36 0.11 0.62
Hex 94 AA 9A D 0 9 21 88 B 3E
Octal 224 252 232 15 0 11 41 210 13 76
Binary 10010100 10101010 10011010 1101 0 1001 100001 10001000 1011 111110

Color Harmonies of #94AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA9A

Black with #94AA9A

Text Example


Text Example

White with #94AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AA9A; }

 p { color: rgb(148,170,154); }

 H1.HeaderClassName
 {
   color: #94AA9A;
 }
 .AnyTagClassName
 {
   color: #94AA9A;
 }
</style>

background-color css

<style>
 a { background-color: #94AA9A; }

 a { background-color: rgb(148,170,154); }

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

border-color css

<style>
 span { border-color: #94AA9A; }

 span { border-color: rgb(148,170,154); }

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