Html Css Color HEX #8AACA0 Cascade

📋 copy color: '#8AACA0'

red 138 ◦ green 172 ◦ blue 160

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

Shades of Cascade #8AACA0

Tints of Cascade #8AACA0

RGB

 RED value IS 138 (54.3% from 255) = 29.36%

 GREEN value IS 172 (67.58% from 255) = 36.6%

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 29.36%
G = 36.6%
B = 34.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#8AACA0 (or 0x8AACA0) is known color: Cascade. HEX triplet: 8A, AC and A0. RGB value is (138,172,160). Sum of RGB (Red+Green+Blue) = 138+172+160=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #8AACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACA0 is #75535F. Grayscale: #A0A0A0. Windows color (decimal): -7689056 or 10529930. OLE color: 10529930.

HSL color Cylindrical-coordinate representation of color #8AACA0: hue angle of 158.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AACA0 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 160 -
CMYK 0.20 0 0.07 0.33
HSL 158.82º 0.17% 0.61% -
HSV(B) 158.82º 0.2% 0.67% -
XYZ 31.58 37.45 38.82 -
YUV 160.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 138 172 160 0.20 0 0.07 0.33 158.82 0.17 0.61
Hex 8A AC A0 14 0 7 21 9F 11 3D
Octal 212 254 240 24 0 7 41 237 21 75
Binary 10001010 10101100 10100000 10100 0 111 100001 10011111 10001 111101

Color Harmonies of #8AACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACA0

Black with #8AACA0

Text Example


Text Example

White with #8AACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,160); }

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

background-color css

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

 a { background-color: rgb(138,172,160); }

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

border-color css

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

 span { border-color: rgb(138,172,160); }

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