#83AC9D

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

Shades of Cascade #83AC9D

Tints of Cascade #83AC9D

Color information

#83AC9D (or 0x83AC9D) is unknown color: approx Cascade. HEX triplet: 83, AC and 9D. RGB value is (131,172,157). Sum of RGB (Red+Green+Blue) = 131+172+157=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AC9D is #7C5362. Grayscale: #9E9E9E. Windows color (decimal): -8147811 or 10333315. OLE color: 10333315.

HSL color Cylindrical-coordinate representation of color #83AC9D: hue angle of 158.05º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83AC9D is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB131172157-
CMYK0.2400.090.33
HSL158.05º19.81%59.41%-
HSV(B)158.05º23.84%67.45%-
XYZ30.236.7637.4-
YUV158.03127.42108.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=28.48%
G=37.39%
B=34.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311721570.2400.090.33158.0519.8159.41
Hex83AC9D1809219e143b
Octal20325423530011412362473
Binary10000011101011001001110111000010011000011001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,157); }

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

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

 a { background-color: rgb(131,172,157); }

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

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

 span { border-color: rgb(131,172,157); }

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