Html Css Color HEX #83AB9C Cascade

📋 copy color: '#83AB9C'

red 131 ◦ green 171 ◦ blue 156

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

Shades of Cascade #83AB9C

Tints of Cascade #83AB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 28.6%
G = 37.34%
B = 34.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#83AB9C (or 0x83AB9C) is known color: Cascade. HEX triplet: 83, AB and 9C. RGB value is (131,171,156). Sum of RGB (Red+Green+Blue) = 131+171+156=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB9C is #7C5463. Grayscale: #9D9D9D. Windows color (decimal): -8148068 or 10267523. OLE color: 10267523.

HSL color Cylindrical-coordinate representation of color #83AB9C: hue angle of 157.5º 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 #83AB9C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 171 156 -
CMYK 0.23 0 0.09 0.33
HSL 157.5º 0.19% 0.59% -
HSV(B) 157.5º 0.23% 0.67% -
XYZ 29.92 36.35 36.89 -
YUV 157.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 131 171 156 0.23 0 0.09 0.33 157.5 0.19 0.59
Hex 83 AB 9C 17 0 9 21 9E 13 3B
Octal 203 253 234 27 0 11 41 236 23 73
Binary 10000011 10101011 10011100 10111 0 1001 100001 10011110 10011 111011

Color Harmonies of #83AB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AB9C

Black with #83AB9C

Text Example


Text Example

White with #83AB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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