Html Css Color HEX #81A59D Cascade

📋 copy color: '#81A59D'

red 129 ◦ green 165 ◦ blue 157

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

Shades of Cascade #81A59D

Tints of Cascade #81A59D

RGB

 RED value IS 129 (50.78% from 255) = 28.6%

 GREEN value IS 165 (64.84% from 255) = 36.59%

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 28.6%
G = 36.59%
B = 34.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#81A59D (or 0x81A59D) is known color: Cascade. HEX triplet: 81, A5 and 9D. RGB value is (129,165,157). Sum of RGB (Red+Green+Blue) = 129+165+157=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 165 - color contains mainly: green. Hex color #81A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A59D is #7E5A62. Grayscale: #999999. Windows color (decimal): -8280675 or 10331521. OLE color: 10331521.

HSL color Cylindrical-coordinate representation of color #81A59D: hue angle of 166.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A59D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 165 157 -
CMYK 0.22 0 0.05 0.35
HSL 166.67º 0.17% 0.58% -
HSV(B) 166.67º 0.22% 0.65% -
XYZ 28.59 34.01 36.96 -
YUV 153.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 129 165 157 0.22 0 0.05 0.35 166.67 0.17 0.58
Hex 81 A5 9D 16 0 5 23 A7 11 3A
Octal 201 245 235 26 0 5 43 247 21 72
Binary 10000001 10100101 10011101 10110 0 101 100011 10100111 10001 111010

Color Harmonies of #81A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A59D

Black with #81A59D

Text Example


Text Example

White with #81A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A59D; }

 p { color: rgb(129,165,157); }

 H1.HeaderClassName
 {
   color: #81A59D;
 }
 .AnyTagClassName
 {
   color: #81A59D;
 }
</style>

background-color css

<style>
 a { background-color: #81A59D; }

 a { background-color: rgb(129,165,157); }

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

border-color css

<style>
 span { border-color: #81A59D; }

 span { border-color: rgb(129,165,157); }

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