#98AD9C

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

Shades of Edward #98AD9C

Tints of Edward #98AD9C

Color information

#98AD9C (or 0x98AD9C) is unknown color: approx Edward. HEX triplet: 98, AD and 9C. RGB value is (152,173,156). Sum of RGB (Red+Green+Blue) = 152+173+156=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9C is #675263. Grayscale: #A4A4A4. Windows color (decimal): -6771300 or 10268056. OLE color: 10268056.

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

Color convert

RGB152173156-
CMYK0.1200.100.32
HSL131.43º11.35%63.73%-
HSV(B)131.43º12.14%67.84%-
XYZ33.8938.9637.19-
YUV164.78123.04118.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=31.60%
G=35.97%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731560.1200.100.32131.4311.3563.73
Hex98AD9CC0A2083b40
Octal230255234140124020313100
Binary1001100010101101100111001100010101000001000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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