Html Css Color HEX #8B9F9A Cascade

📋 copy color: '#8B9F9A'

red 139 ◦ green 159 ◦ blue 154

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

Shades of Cascade #8B9F9A

Tints of Cascade #8B9F9A

RGB

 RED value IS 139 (54.69% from 255) = 30.75%

 GREEN value IS 159 (62.5% from 255) = 35.18%

 BLUE value IS 154 (60.55% from 255) = 34.07%

R = 30.75%
G = 35.18%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#8B9F9A (or 0x8B9F9A) is known color: Cascade. HEX triplet: 8B, 9F and 9A. RGB value is (139,159,154). Sum of RGB (Red+Green+Blue) = 139+159+154=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9F9A is #746065. Grayscale: #989898. Windows color (decimal): -7626854 or 10133387. OLE color: 10133387.

HSL color Cylindrical-coordinate representation of color #8B9F9A: hue angle of 165º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B9F9A is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 159 154 -
CMYK 0.13 0 0.03 0.38
HSL 165º 0.09% 0.58% -
HSV(B) 165º 0.13% 0.62% -
XYZ 28.88 32.62 35.35 -
YUV 152.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 139 159 154 0.13 0 0.03 0.38 165 0.09 0.58
Hex 8B 9F 9A D 0 3 26 A5 9 3A
Octal 213 237 232 15 0 3 46 245 11 72
Binary 10001011 10011111 10011010 1101 0 11 100110 10100101 1001 111010

Color Harmonies of #8B9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9F9A

Black with #8B9F9A

Text Example


Text Example

White with #8B9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,159,154); }

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

background-color css

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

 a { background-color: rgb(139,159,154); }

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

border-color css

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

 span { border-color: rgb(139,159,154); }

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