Html Css Color HEX #98AD9B Edward

📋 copy color: '#98AD9B'

red 152 ◦ green 173 ◦ blue 155

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

Shades of Edward #98AD9B

Tints of Edward #98AD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 31.67%
G = 36.04%
B = 32.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#98AD9B (or 0x98AD9B) is known color: Edward. HEX triplet: 98, AD and 9B. RGB value is (152,173,155). Sum of RGB (Red+Green+Blue) = 152+173+155=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9B is #675264. Grayscale: #A4A4A4. Windows color (decimal): -6771301 or 10202520. OLE color: 10202520.

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

Color convert

RGB 152 173 155 -
CMYK 0.12 0 0.10 0.32
HSL 128.57º 0.11% 0.64% -
HSV(B) 128.57º 0.12% 0.68% -
XYZ 33.81 38.93 36.74 -
YUV 164.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 152 173 155 0.12 0 0.10 0.32 128.57 0.11 0.64
Hex 98 AD 9B C 0 A 20 81 B 40
Octal 230 255 233 14 0 12 40 201 13 100
Binary 10011000 10101101 10011011 1100 0 1010 100000 10000001 1011 1000000

Color Harmonies of #98AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD9B

Black with #98AD9B

Text Example


Text Example

White with #98AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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