Html Css Color HEX #98AD9A Edward

📋 copy color: '#98AD9A'

red 152 ◦ green 173 ◦ blue 154

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

Shades of Edward #98AD9A

Tints of Edward #98AD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 31.73%
G = 36.12%
B = 32.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#98AD9A (or 0x98AD9A) is known color: Edward. HEX triplet: 98, AD and 9A. RGB value is (152,173,154). Sum of RGB (Red+Green+Blue) = 152+173+154=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD9A is #675265. Grayscale: #A4A4A4. Windows color (decimal): -6771302 or 10136984. OLE color: 10136984.

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

Color convert

RGB 152 173 154 -
CMYK 0.12 0 0.11 0.32
HSL 125.71º 0.11% 0.64% -
HSV(B) 125.71º 0.12% 0.68% -
XYZ 33.73 38.9 36.3 -
YUV 164.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 152 173 154 0.12 0 0.11 0.32 125.71 0.11 0.64
Hex 98 AD 9A C 0 B 20 7E B 40
Octal 230 255 232 14 0 13 40 176 13 100
Binary 10011000 10101101 10011010 1100 0 1011 100000 1111110 1011 1000000

Color Harmonies of #98AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD9A

Black with #98AD9A

Text Example


Text Example

White with #98AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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