Html Css Color HEX #93ABA5 Cascade

📋 copy color: '#93ABA5'

red 147 ◦ green 171 ◦ blue 165

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

Shades of Cascade #93ABA5

Tints of Cascade #93ABA5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 30.43%
G = 35.4%
B = 34.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#93ABA5 (or 0x93ABA5) is known color: Cascade. HEX triplet: 93, AB and A5. RGB value is (147,171,165). Sum of RGB (Red+Green+Blue) = 147+171+165=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #93ABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABA5 is #6C545A. Grayscale: #A3A3A3. Windows color (decimal): -7099483 or 10857363. OLE color: 10857363.

HSL color Cylindrical-coordinate representation of color #93ABA5: hue angle of 165º 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 #93ABA5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 171 165 -
CMYK 0.14 0 0.04 0.33
HSL 165º 0.13% 0.62% -
HSV(B) 165º 0.14% 0.67% -
XYZ 33.39 38.05 41.18 -
YUV 163.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 147 171 165 0.14 0 0.04 0.33 165 0.13 0.62
Hex 93 AB A5 E 0 4 21 A5 C 3E
Octal 223 253 245 16 0 4 41 245 14 76
Binary 10010011 10101011 10100101 1110 0 100 100001 10100101 1100 111110

Color Harmonies of #93ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABA5

Black with #93ABA5

Text Example


Text Example

White with #93ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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