Html Css Color HEX #98AA9A Edward

📋 copy color: '#98AA9A'

red 152 ◦ green 170 ◦ blue 154

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

Shades of Edward #98AA9A

Tints of Edward #98AA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.71%

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

R = 31.93%
G = 35.71%
B = 32.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#98AA9A (or 0x98AA9A) is known color: Edward. HEX triplet: 98, AA and 9A. RGB value is (152,170,154). Sum of RGB (Red+Green+Blue) = 152+170+154=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA9A is #675565. Grayscale: #A2A2A2. Windows color (decimal): -6772070 or 10136216. OLE color: 10136216.

HSL color Cylindrical-coordinate representation of color #98AA9A: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AA9A is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 154 -
CMYK 0.11 0 0.09 0.33
HSL 126.67º 0.1% 0.63% -
HSV(B) 126.67º 0.11% 0.67% -
XYZ 33.16 37.76 36.11 -
YUV 162.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 152 170 154 0.11 0 0.09 0.33 126.67 0.1 0.63
Hex 98 AA 9A B 0 9 21 7F A 3F
Octal 230 252 232 13 0 11 41 177 12 77
Binary 10011000 10101010 10011010 1011 0 1001 100001 1111111 1010 111111

Color Harmonies of #98AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA9A

Black with #98AA9A

Text Example


Text Example

White with #98AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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