Html Css Color HEX #98AF9E Edward

📋 copy color: '#98AF9E'

red 152 ◦ green 175 ◦ blue 158

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

Shades of Edward #98AF9E

Tints of Edward #98AF9E

RGB

 RED value IS 152 (59.77% from 255) = 31.34%

 GREEN value IS 175 (68.75% from 255) = 36.08%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 31.34%
G = 36.08%
B = 32.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#98AF9E (or 0x98AF9E) is known color: Edward. HEX triplet: 98, AF and 9E. RGB value is (152,175,158). Sum of RGB (Red+Green+Blue) = 152+175+158=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF9E is #675061. Grayscale: #A6A6A6. Windows color (decimal): -6770786 or 10399640. OLE color: 10399640.

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

Color convert

RGB 152 175 158 -
CMYK 0.13 0 0.10 0.31
HSL 135.65º 0.13% 0.64% -
HSV(B) 135.65º 0.13% 0.69% -
XYZ 34.45 39.8 38.21 -
YUV 166.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 152 175 158 0.13 0 0.10 0.31 135.65 0.13 0.64
Hex 98 AF 9E D 0 A 1F 88 D 40
Octal 230 257 236 15 0 12 37 210 15 100
Binary 10011000 10101111 10011110 1101 0 1010 11111 10001000 1101 1000000

Color Harmonies of #98AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AF9E

Black with #98AF9E

Text Example


Text Example

White with #98AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98AF9E;
 }
 .AnyTagClassName
 {
   color: #98AF9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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