Html Css Color HEX #8DAE9F Cascade

📋 copy color: '#8DAE9F'

red 141 ◦ green 174 ◦ blue 159

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

Shades of Cascade #8DAE9F

Tints of Cascade #8DAE9F

RGB

 RED value IS 141 (55.47% from 255) = 29.75%

 GREEN value IS 174 (68.36% from 255) = 36.71%

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

R = 29.75%
G = 36.71%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#8DAE9F (or 0x8DAE9F) is known color: Cascade. HEX triplet: 8D, AE and 9F. RGB value is (141,174,159). Sum of RGB (Red+Green+Blue) = 141+174+159=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE9F is #725160. Grayscale: #A2A2A2. Windows color (decimal): -7491937 or 10464909. OLE color: 10464909.

HSL color Cylindrical-coordinate representation of color #8DAE9F: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAE9F is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 174 159 -
CMYK 0.19 0 0.09 0.32
HSL 152.73º 0.17% 0.62% -
HSV(B) 152.73º 0.19% 0.68% -
XYZ 32.38 38.44 38.51 -
YUV 162.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 141 174 159 0.19 0 0.09 0.32 152.73 0.17 0.62
Hex 8D AE 9F 13 0 9 20 99 11 3E
Octal 215 256 237 23 0 11 40 231 21 76
Binary 10001101 10101110 10011111 10011 0 1001 100000 10011001 10001 111110

Color Harmonies of #8DAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE9F

Black with #8DAE9F

Text Example


Text Example

White with #8DAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAE9F; }

 p { color: rgb(141,174,159); }

 H1.HeaderClassName
 {
   color: #8DAE9F;
 }
 .AnyTagClassName
 {
   color: #8DAE9F;
 }
</style>

background-color css

<style>
 a { background-color: #8DAE9F; }

 a { background-color: rgb(141,174,159); }

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

border-color css

<style>
 span { border-color: #8DAE9F; }

 span { border-color: rgb(141,174,159); }

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