Html Css Color HEX #83AA9F Cascade

📋 copy color: '#83AA9F'

red 131 ◦ green 170 ◦ blue 159

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

Shades of Cascade #83AA9F

Tints of Cascade #83AA9F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

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

R = 28.48%
G = 36.96%
B = 34.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#83AA9F (or 0x83AA9F) is known color: Cascade. HEX triplet: 83, AA and 9F. RGB value is (131,170,159). Sum of RGB (Red+Green+Blue) = 131+170+159=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AA9F is #7C5560. Grayscale: #9D9D9D. Windows color (decimal): -8148321 or 10463875. OLE color: 10463875.

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

Color convert

RGB 131 170 159 -
CMYK 0.23 0 0.06 0.33
HSL 163.08º 0.19% 0.59% -
HSV(B) 163.08º 0.23% 0.67% -
XYZ 29.99 36.08 38.18 -
YUV 157.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 131 170 159 0.23 0 0.06 0.33 163.08 0.19 0.59
Hex 83 AA 9F 17 0 6 21 A3 13 3B
Octal 203 252 237 27 0 6 41 243 23 73
Binary 10000011 10101010 10011111 10111 0 110 100001 10100011 10011 111011

Color Harmonies of #83AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA9F

Black with #83AA9F

Text Example


Text Example

White with #83AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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