Html Css Color HEX #8AAB9B Cascade

📋 copy color: '#8AAB9B'

red 138 ◦ green 171 ◦ blue 155

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

Shades of Cascade #8AAB9B

Tints of Cascade #8AAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 29.74%
G = 36.85%
B = 33.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#8AAB9B (or 0x8AAB9B) is known color: Cascade. HEX triplet: 8A, AB and 9B. RGB value is (138,171,155). Sum of RGB (Red+Green+Blue) = 138+171+155=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB9B is #755464. Grayscale: #9F9F9F. Windows color (decimal): -7689317 or 10201994. OLE color: 10201994.

HSL color Cylindrical-coordinate representation of color #8AAB9B: hue angle of 150.91º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAB9B is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 171 155 -
CMYK 0.19 0 0.09 0.33
HSL 150.91º 0.16% 0.61% -
HSV(B) 150.91º 0.19% 0.67% -
XYZ 30.96 36.9 36.5 -
YUV 159.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 138 171 155 0.19 0 0.09 0.33 150.91 0.16 0.61
Hex 8A AB 9B 13 0 9 21 97 10 3D
Octal 212 253 233 23 0 11 41 227 20 75
Binary 10001010 10101011 10011011 10011 0 1001 100001 10010111 10000 111101

Color Harmonies of #8AAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB9B

Black with #8AAB9B

Text Example


Text Example

White with #8AAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,155); }

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

background-color css

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

 a { background-color: rgb(138,171,155); }

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

border-color css

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

 span { border-color: rgb(138,171,155); }

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