#98AA9A

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

Shades of Edward #98AA9A

Tints of Edward #98AA9A

Color information

#98AA9A (or 0x98AA9A) is unknown color: approx Edward. HEX triplet: 98, AA and 9A. RGB value is (152,170,154). Sum of RGB (Red+Green+Blue) = 152+170+154=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA9A is #675565. Grayscale: #A2A2A2. Windows color (decimal): -6772070 or 10136216. OLE color: 10136216.

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

Color convert

RGB152170154-
CMYK0.1100.090.33
HSL126.67º9.57%63.14%-
HSV(B)126.67º10.59%66.67%-
XYZ33.1637.7636.11-
YUV162.79123.04120.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=31.93%
G=35.71%
B=32.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701540.1100.090.33126.679.5763.14
Hex98AA9AB09217fa3f
Octal23025223213011411771277
Binary10011000101010101001101010110100110000111111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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