#8CAF9F

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

Shades of Cascade #8CAF9F

Tints of Cascade #8CAF9F

Color information

#8CAF9F (or 0x8CAF9F) is unknown color: approx Cascade. HEX triplet: 8C, AF and 9F. RGB value is (140,175,159). Sum of RGB (Red+Green+Blue) = 140+175+159=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF9F is #735060. Grayscale: #A2A2A2. Windows color (decimal): -7557217 or 10465164. OLE color: 10465164.

HSL color Cylindrical-coordinate representation of color #8CAF9F: hue angle of 152.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF9F is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB140175159-
CMYK0.200.090.31
HSL152.57º17.95%61.76%-
HSV(B)152.57º20%68.63%-
XYZ32.438.7438.57-
YUV162.71125.9111.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=29.54%
G=36.92%
B=33.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751590.200.090.31152.5717.9561.76
Hex8CAF9F14091F99123e
Octal21425723724011372312276
Binary1000110010101111100111111010001001111111001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,159); }

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

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

 a { background-color: rgb(140,175,159); }

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

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

 span { border-color: rgb(140,175,159); }

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