#98AF9B

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

Shades of Edward #98AF9B

Tints of Edward #98AF9B

Color information

#98AF9B (or 0x98AF9B) is unknown color: approx Edward. HEX triplet: 98, AF and 9B. RGB value is (152,175,155). Sum of RGB (Red+Green+Blue) = 152+175+155=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF9B is #675064. Grayscale: #A5A5A5. Windows color (decimal): -6770789 or 10203032. OLE color: 10203032.

HSL color Cylindrical-coordinate representation of color #98AF9B: hue angle of 127.83º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AF9B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB152175155-
CMYK0.1300.110.31
HSL127.83º12.57%64.12%-
HSV(B)127.83º13.14%68.63%-
XYZ34.239.736.87-
YUV165.84121.88118.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.54%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=31.54%
G=36.31%
B=32.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751550.1300.110.31127.8312.5764.12
Hex98AF9BD0B1F80d40
Octal230257233150133720015100
Binary100110001010111110011011110101011111111000000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,155); }

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

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

 a { background-color: rgb(152,175,155); }

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

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

 span { border-color: rgb(152,175,155); }

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