Html Css Color HEX #8CAAA3 Cascade

📋 copy color: '#8CAAA3'

red 140 ◦ green 170 ◦ blue 163

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

Shades of Cascade #8CAAA3

Tints of Cascade #8CAAA3

RGB

 RED value IS 140 (55.08% from 255) = 29.6%

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

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

R = 29.6%
G = 35.94%
B = 34.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#8CAAA3 (or 0x8CAAA3) is known color: Cascade. HEX triplet: 8C, AA and A3. RGB value is (140,170,163). Sum of RGB (Red+Green+Blue) = 140+170+163=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAA3 is #73555C. Grayscale: #A0A0A0. Windows color (decimal): -7558493 or 10726028. OLE color: 10726028.

HSL color Cylindrical-coordinate representation of color #8CAAA3: hue angle of 166º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAAA3 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 163 -
CMYK 0.18 0 0.04 0.33
HSL 166º 0.15% 0.61% -
HSV(B) 166º 0.18% 0.67% -
XYZ 31.8 36.97 40.11 -
YUV 160.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 140 170 163 0.18 0 0.04 0.33 166 0.15 0.61
Hex 8C AA A3 12 0 4 21 A6 F 3D
Octal 214 252 243 22 0 4 41 246 17 75
Binary 10001100 10101010 10100011 10010 0 100 100001 10100110 1111 111101

Color Harmonies of #8CAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAAA3

Black with #8CAAA3

Text Example


Text Example

White with #8CAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CAAA3; }

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

 H1.HeaderClassName
 {
   color: #8CAAA3;
 }
 .AnyTagClassName
 {
   color: #8CAAA3;
 }
</style>

background-color css

<style>
 a { background-color: #8CAAA3; }

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

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

border-color css

<style>
 span { border-color: #8CAAA3; }

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

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