Html Css Color HEX #98AAA5 Cascade

📋 copy color: '#98AAA5'

red 152 ◦ green 170 ◦ blue 165

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

Shades of Cascade #98AAA5

Tints of Cascade #98AAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 31.21%
G = 34.91%
B = 33.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#98AAA5 (or 0x98AAA5) is known color: Cascade. HEX triplet: 98, AA and A5. RGB value is (152,170,165). Sum of RGB (Red+Green+Blue) = 152+170+165=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #98AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAA5 is #67555A. Grayscale: #A4A4A4. Windows color (decimal): -6772059 or 10857112. OLE color: 10857112.

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

Color convert

RGB 152 170 165 -
CMYK 0.11 0 0.03 0.33
HSL 163.33º 0.1% 0.63% -
HSV(B) 163.33º 0.11% 0.67% -
XYZ 34.12 38.14 41.16 -
YUV 164.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 152 170 165 0.11 0 0.03 0.33 163.33 0.1 0.63
Hex 98 AA A5 B 0 3 21 A3 A 3F
Octal 230 252 245 13 0 3 41 243 12 77
Binary 10011000 10101010 10100101 1011 0 11 100001 10100011 1010 111111

Color Harmonies of #98AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAA5

Black with #98AAA5

Text Example


Text Example

White with #98AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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