Html Css Color HEX #98AF9B Edward

📋 copy color: '#98AF9B'

red 152 ◦ green 175 ◦ blue 155

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

Shades of Edward #98AF9B

Tints of Edward #98AF9B

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 value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#98AF9B (or 0x98AF9B) is known color: 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

RGB 152 175 155 -
CMYK 0.13 0 0.11 0.31
HSL 127.83º 0.13% 0.64% -
HSV(B) 127.83º 0.13% 0.69% -
XYZ 34.2 39.7 36.87 -
YUV 165.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 152 175 155 0.13 0 0.11 0.31 127.83 0.13 0.64
Hex 98 AF 9B D 0 B 1F 80 D 40
Octal 230 257 233 15 0 13 37 200 15 100
Binary 10011000 10101111 10011011 1101 0 1011 11111 10000000 1101 1000000

Color Harmonies of #98AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AF9B

Black with #98AF9B

Text Example


Text Example

White with #98AF9B

Text Example


Text Example

HTML Codes & Css Web 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>