Html Css Color HEX #8AAC9F Cascade

📋 copy color: '#8AAC9F'

red 138 ◦ green 172 ◦ blue 159

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

Shades of Cascade #8AAC9F

Tints of Cascade #8AAC9F

RGB

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

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

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

R = 29.42%
G = 36.67%
B = 33.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#8AAC9F (or 0x8AAC9F) is known color: Cascade. HEX triplet: 8A, AC and 9F. RGB value is (138,172,159). Sum of RGB (Red+Green+Blue) = 138+172+159=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC9F is #755360. Grayscale: #A0A0A0. Windows color (decimal): -7689057 or 10464394. OLE color: 10464394.

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

Color convert

RGB 138 172 159 -
CMYK 0.20 0 0.08 0.33
HSL 157.06º 0.17% 0.61% -
HSV(B) 157.06º 0.2% 0.67% -
XYZ 31.49 37.41 38.36 -
YUV 160.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 138 172 159 0.20 0 0.08 0.33 157.06 0.17 0.61
Hex 8A AC 9F 14 0 8 21 9D 11 3D
Octal 212 254 237 24 0 10 41 235 21 75
Binary 10001010 10101100 10011111 10100 0 1000 100001 10011101 10001 111101

Color Harmonies of #8AAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC9F

Black with #8AAC9F

Text Example


Text Example

White with #8AAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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