Html Css Color HEX #8AAF9E Cascade

📋 copy color: '#8AAF9E'

red 138 ◦ green 175 ◦ blue 158

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

Shades of Cascade #8AAF9E

Tints of Cascade #8AAF9E

RGB

 RED value IS 138 (54.3% from 255) = 29.3%

 GREEN value IS 175 (68.75% from 255) = 37.15%

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 29.3%
G = 37.15%
B = 33.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#8AAF9E (or 0x8AAF9E) is known color: Cascade. HEX triplet: 8A, AF and 9E. RGB value is (138,175,158). Sum of RGB (Red+Green+Blue) = 138+175+158=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF9E is #755061. Grayscale: #A2A2A2. Windows color (decimal): -7688290 or 10399626. OLE color: 10399626.

HSL color Cylindrical-coordinate representation of color #8AAF9E: hue angle of 152.43º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF9E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 158 -
CMYK 0.21 0 0.10 0.31
HSL 152.43º 0.19% 0.61% -
HSV(B) 152.43º 0.21% 0.69% -
XYZ 31.98 38.53 38.1 -
YUV 162 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 138 175 158 0.21 0 0.10 0.31 152.43 0.19 0.61
Hex 8A AF 9E 15 0 A 1F 98 13 3D
Octal 212 257 236 25 0 12 37 230 23 75
Binary 10001010 10101111 10011110 10101 0 1010 11111 10011000 10011 111101

Color Harmonies of #8AAF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF9E

Black with #8AAF9E

Text Example


Text Example

White with #8AAF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,158); }

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

background-color css

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

 a { background-color: rgb(138,175,158); }

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

border-color css

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

 span { border-color: rgb(138,175,158); }

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