#8AAF9E

Color #8AAF9E Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8AAF9E

Tints of Cascade #8AAF9E

Color information

#8AAF9E (or 0x8AAF9E) is unknown color: approx Cascade. HEX triplet: 8A, AF and 9E. RGB value is (138,175,158). Sum of RGB (Red+Green+Blue) = 138+175+158=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9E is #755061. Grayscale: #A2A2A2. Windows color (decimal): -7688290 or 10399626. OLE color: 10399626.

HSL color Cylindrical-coordinate representation of color #8AAF9E: hue angle of 152.43º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF9E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB138175158-
CMYK0.2100.100.31
HSL152.43º18.78%61.37%-
HSV(B)152.43º21.14%68.63%-
XYZ31.9838.5338.1-
YUV162125.74110.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 158 (62.11% from 255) = 33.55%
R=29.30%
G=37.15%
B=33.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751580.2100.100.31152.4318.7861.37
Hex8AAF9E150A1F98133d
Octal21225723625012372302375
Binary1000101010101111100111101010101010111111001100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,158); }

 H1.HeaderClassName
 {
   color: #8AAF9E;
 }
 .AnyTagClassName
 {
   color: #8AAF9E;
 }
</style>
background-color css

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

 a { background-color: rgb(138,175,158); }

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

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

 span { border-color: rgb(138,175,158); }

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