Html Css Color HEX #95AAA3 Cascade

📋 copy color: '#95AAA3'

red 149 ◦ green 170 ◦ blue 163

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

Shades of Cascade #95AAA3

Tints of Cascade #95AAA3

RGB

 RED value IS 149 (58.59% from 255) = 30.91%

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

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 30.91%
G = 35.27%
B = 33.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#95AAA3 (or 0x95AAA3) is known color: Cascade. HEX triplet: 95, AA and A3. RGB value is (149,170,163). Sum of RGB (Red+Green+Blue) = 149+170+163=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #95AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAA3 is #6A555C. Grayscale: #A2A2A2. Windows color (decimal): -6968669 or 10726037. OLE color: 10726037.

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

Color convert

RGB 149 170 163 -
CMYK 0.12 0 0.04 0.33
HSL 160º 0.11% 0.63% -
HSV(B) 160º 0.12% 0.67% -
XYZ 33.38 37.78 40.18 -
YUV 162.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 149 170 163 0.12 0 0.04 0.33 160 0.11 0.63
Hex 95 AA A3 C 0 4 21 A0 B 3F
Octal 225 252 243 14 0 4 41 240 13 77
Binary 10010101 10101010 10100011 1100 0 100 100001 10100000 1011 111111

Color Harmonies of #95AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAA3

Black with #95AAA3

Text Example


Text Example

White with #95AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AAA3; }

 p { color: rgb(149,170,163); }

 H1.HeaderClassName
 {
   color: #95AAA3;
 }
 .AnyTagClassName
 {
   color: #95AAA3;
 }
</style>

background-color css

<style>
 a { background-color: #95AAA3; }

 a { background-color: rgb(149,170,163); }

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

border-color css

<style>
 span { border-color: #95AAA3; }

 span { border-color: rgb(149,170,163); }

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