Html Css Color HEX #98AD9D Edward

📋 copy color: '#98AD9D'

red 152 ◦ green 173 ◦ blue 157

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

Shades of Edward #98AD9D

Tints of Edward #98AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 31.54%
G = 35.89%
B = 32.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#98AD9D (or 0x98AD9D) is known color: Edward. HEX triplet: 98, AD and 9D. RGB value is (152,173,157). Sum of RGB (Red+Green+Blue) = 152+173+157=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9D is #675262. Grayscale: #A4A4A4. Windows color (decimal): -6771299 or 10333592. OLE color: 10333592.

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

Color convert

RGB 152 173 157 -
CMYK 0.12 0 0.09 0.32
HSL 134.29º 0.11% 0.64% -
HSV(B) 134.29º 0.12% 0.68% -
XYZ 33.98 39 37.63 -
YUV 164.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 152 173 157 0.12 0 0.09 0.32 134.29 0.11 0.64
Hex 98 AD 9D C 0 9 20 86 B 40
Octal 230 255 235 14 0 11 40 206 13 100
Binary 10011000 10101101 10011101 1100 0 1001 100000 10000110 1011 1000000

Color Harmonies of #98AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD9D

Black with #98AD9D

Text Example


Text Example

White with #98AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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