#8AAB9F

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

Shades of Cascade #8AAB9F

Tints of Cascade #8AAB9F

Color information

#8AAB9F (or 0x8AAB9F) is unknown color: approx Cascade. HEX triplet: 8A, AB and 9F. RGB value is (138,171,159). Sum of RGB (Red+Green+Blue) = 138+171+159=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB9F is #755460. Grayscale: #9F9F9F. Windows color (decimal): -7689313 or 10464138. OLE color: 10464138.

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

Color convert

RGB138171159-
CMYK0.1900.070.33
HSL158.18º16.42%60.59%-
HSV(B)158.18º19.3%67.06%-
XYZ31.337.0338.3-
YUV159.77127.57112.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=29.49%
G=36.54%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711590.1900.070.33158.1816.4260.59
Hex8AAB9F1307219e103d
Octal2122532372307412362075
Binary1000101010101011100111111001101111000011001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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