#8FABA3

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

Shades of Cascade #8FABA3

Tints of Cascade #8FABA3

Color information

#8FABA3 (or 0x8FABA3) is unknown color: approx Cascade. HEX triplet: 8F, AB and A3. RGB value is (143,171,163). Sum of RGB (Red+Green+Blue) = 143+171+163=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA3 is #70545C. Grayscale: #A1A1A1. Windows color (decimal): -7361629 or 10726287. OLE color: 10726287.

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

Color convert

RGB143171163-
CMYK0.1600.050.33
HSL162.86º14.29%61.57%-
HSV(B)162.86º16.37%67.06%-
XYZ32.537.6140.2-
YUV161.72128.72114.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=29.98%
G=35.85%
B=34.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711630.1600.050.33162.8614.2961.57
Hex8FABA3100521a3e3e
Octal2172532432005412431676
Binary100011111010101110100011100000101100001101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,163); }

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

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

 a { background-color: rgb(143,171,163); }

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

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

 span { border-color: rgb(143,171,163); }

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