#8FABA0

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

Shades of Cascade #8FABA0

Tints of Cascade #8FABA0

Color information

#8FABA0 (or 0x8FABA0) is unknown color: approx Cascade. HEX triplet: 8F, AB and A0. RGB value is (143,171,160). Sum of RGB (Red+Green+Blue) = 143+171+160=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA0 is #70545F. Grayscale: #A1A1A1. Windows color (decimal): -7361632 or 10529679. OLE color: 10529679.

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

Color convert

RGB143171160-
CMYK0.1600.060.33
HSL156.43º14.29%61.57%-
HSV(B)156.43º16.37%67.06%-
XYZ32.2437.538.8-
YUV161.37127.22114.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=30.17%
G=36.08%
B=33.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711600.1600.060.33156.4314.2961.57
Hex8FABA01006219ce3e
Octal2172532402006412341676
Binary100011111010101110100000100000110100001100111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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