Html Css Color HEX #83A69F Cascade

📋 copy color: '#83A69F'

red 131 ◦ green 166 ◦ blue 159

#83A69F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #83A69F

Tints of Cascade #83A69F

RGB

 RED value IS 131 (51.56% from 255) = 28.73%

 GREEN value IS 166 (65.23% from 255) = 36.4%

 BLUE value IS 159 (62.5% from 255) = 34.87%

R = 28.73%
G = 36.4%
B = 34.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#83A69F (or 0x83A69F) is known color: Cascade. HEX triplet: 83, A6 and 9F. RGB value is (131,166,159). Sum of RGB (Red+Green+Blue) = 131+166+159=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #83A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A69F is #7C5960. Grayscale: #9A9A9A. Windows color (decimal): -8149345 or 10462851. OLE color: 10462851.

HSL color Cylindrical-coordinate representation of color #83A69F: hue angle of 168º 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 #83A69F is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 159 -
CMYK 0.21 0 0.04 0.35
HSL 168º 0.16% 0.58% -
HSV(B) 168º 0.21% 0.65% -
XYZ 29.25 34.6 37.94 -
YUV 154.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 131 166 159 0.21 0 0.04 0.35 168 0.16 0.58
Hex 83 A6 9F 15 0 4 23 A8 10 3A
Octal 203 246 237 25 0 4 43 250 20 72
Binary 10000011 10100110 10011111 10101 0 100 100011 10101000 10000 111010

Color Harmonies of #83A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A69F

Black with #83A69F

Text Example


Text Example

White with #83A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83A69F;
 }
 .AnyTagClassName
 {
   color: #83A69F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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