Html Css Color HEX #93AAA5 Cascade

📋 copy color: '#93AAA5'

red 147 ◦ green 170 ◦ blue 165

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

Shades of Cascade #93AAA5

Tints of Cascade #93AAA5

RGB

 RED value IS 147 (57.81% from 255) = 30.5%

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

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

R = 30.5%
G = 35.27%
B = 34.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#93AAA5 (or 0x93AAA5) is known color: Cascade. HEX triplet: 93, AA and A5. RGB value is (147,170,165). Sum of RGB (Red+Green+Blue) = 147+170+165=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #93AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AAA5 is #6C555A. Grayscale: #A2A2A2. Windows color (decimal): -7099739 or 10857107. OLE color: 10857107.

HSL color Cylindrical-coordinate representation of color #93AAA5: hue angle of 166.96º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 165 -
CMYK 0.14 0 0.03 0.33
HSL 166.96º 0.12% 0.62% -
HSV(B) 166.96º 0.14% 0.67% -
XYZ 33.2 37.67 41.12 -
YUV 162.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 147 170 165 0.14 0 0.03 0.33 166.96 0.12 0.62
Hex 93 AA A5 E 0 3 21 A7 C 3E
Octal 223 252 245 16 0 3 41 247 14 76
Binary 10010011 10101010 10100101 1110 0 11 100001 10100111 1100 111110

Color Harmonies of #93AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAA5

Black with #93AAA5

Text Example


Text Example

White with #93AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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