#98AD9A

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

Shades of Edward #98AD9A

Tints of Edward #98AD9A

Color information

#98AD9A (or 0x98AD9A) is unknown color: approx Edward. HEX triplet: 98, AD and 9A. RGB value is (152,173,154). Sum of RGB (Red+Green+Blue) = 152+173+154=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9A is #675265. Grayscale: #A4A4A4. Windows color (decimal): -6771302 or 10136984. OLE color: 10136984.

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

Color convert

RGB152173154-
CMYK0.1200.110.32
HSL125.71º11.35%63.73%-
HSV(B)125.71º12.14%67.84%-
XYZ33.7338.936.3-
YUV164.56122.04119.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=31.73%
G=36.12%
B=32.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731540.1200.110.32125.7111.3563.73
Hex98AD9AC0B207eb40
Octal230255232140134017613100
Binary100110001010110110011010110001011100000111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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