#8DAB9F

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

Shades of Cascade #8DAB9F

Tints of Cascade #8DAB9F

Color information

#8DAB9F (or 0x8DAB9F) is unknown color: approx Cascade. HEX triplet: 8D, AB and 9F. RGB value is (141,171,159). Sum of RGB (Red+Green+Blue) = 141+171+159=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB9F is #725460. Grayscale: #A0A0A0. Windows color (decimal): -7492705 or 10464141. OLE color: 10464141.

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

Color convert

RGB141171159-
CMYK0.1800.070.33
HSL156º15.15%61.18%-
HSV(B)156º17.54%67.06%-
XYZ31.8137.2938.32-
YUV160.66127.06113.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=29.94%
G=36.31%
B=33.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711590.1800.070.3315615.1561.18
Hex8DAB9F1207219cf3d
Octal2152532372207412341775
Binary100011011010101110011111100100111100001100111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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