Html Css Color HEX #8CAA9F Cascade

📋 copy color: '#8CAA9F'

red 140 ◦ green 170 ◦ blue 159

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

Shades of Cascade #8CAA9F

Tints of Cascade #8CAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 29.85%
G = 36.25%
B = 33.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#8CAA9F (or 0x8CAA9F) is known color: Cascade. HEX triplet: 8C, AA and 9F. RGB value is (140,170,159). Sum of RGB (Red+Green+Blue) = 140+170+159=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA9F is #735560. Grayscale: #9F9F9F. Windows color (decimal): -7558497 or 10463884. OLE color: 10463884.

HSL color Cylindrical-coordinate representation of color #8CAA9F: hue angle of 158º 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 #8CAA9F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 159 -
CMYK 0.18 0 0.06 0.33
HSL 158º 0.15% 0.61% -
HSV(B) 158º 0.18% 0.67% -
XYZ 31.45 36.83 38.25 -
YUV 159.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 140 170 159 0.18 0 0.06 0.33 158 0.15 0.61
Hex 8C AA 9F 12 0 6 21 9E F 3D
Octal 214 252 237 22 0 6 41 236 17 75
Binary 10001100 10101010 10011111 10010 0 110 100001 10011110 1111 111101

Color Harmonies of #8CAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA9F

Black with #8CAA9F

Text Example


Text Example

White with #8CAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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