#83A69C

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

Shades of Cascade #83A69C

Tints of Cascade #83A69C

Color information

#83A69C (or 0x83A69C) is unknown color: approx Cascade. HEX triplet: 83, A6 and 9C. RGB value is (131,166,156). Sum of RGB (Red+Green+Blue) = 131+166+156=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 166 - color contains mainly: green. Hex color #83A69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A69C is #7C5963. Grayscale: #9A9A9A. Windows color (decimal): -8149348 or 10266243. OLE color: 10266243.

HSL color Cylindrical-coordinate representation of color #83A69C: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A69C is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB131166156-
CMYK0.2100.060.35
HSL162.86º16.43%58.24%-
HSV(B)162.86º21.08%65.1%-
XYZ2934.536.58-
YUV154.39128.9111.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=28.92%
G=36.64%
B=34.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661560.2100.060.35162.8616.4358.24
Hex83A69C150623a3103a
Octal2032462342506432432072
Binary1000001110100110100111001010101101000111010001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A69C; }

 p { color: rgb(131,166,156); }

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

<style>
 a { background-color: #83A69C; }

 a { background-color: rgb(131,166,156); }

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

<style>
 span { border-color: #83A69C; }

 span { border-color: rgb(131,166,156); }

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