Html Css Color HEX #8FAB9F Cascade

📋 copy color: '#8FAB9F'

red 143 ◦ green 171 ◦ blue 159

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

Shades of Cascade #8FAB9F

Tints of Cascade #8FAB9F

RGB

 RED value IS 143 (56.25% from 255) = 30.23%

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

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

R = 30.23%
G = 36.15%
B = 33.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#8FAB9F (or 0x8FAB9F) is known color: Cascade. HEX triplet: 8F, AB and 9F. RGB value is (143,171,159). Sum of RGB (Red+Green+Blue) = 143+171+159=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB9F is #705460. Grayscale: #A1A1A1. Windows color (decimal): -7361633 or 10464143. OLE color: 10464143.

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

Color convert

RGB 143 171 159 -
CMYK 0.16 0 0.07 0.33
HSL 154.29º 0.14% 0.62% -
HSV(B) 154.29º 0.16% 0.67% -
XYZ 32.15 37.47 38.34 -
YUV 161.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 143 171 159 0.16 0 0.07 0.33 154.29 0.14 0.62
Hex 8F AB 9F 10 0 7 21 9A E 3E
Octal 217 253 237 20 0 7 41 232 16 76
Binary 10001111 10101011 10011111 10000 0 111 100001 10011010 1110 111110

Color Harmonies of #8FAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB9F

Black with #8FAB9F

Text Example


Text Example

White with #8FAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,159); }

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

background-color css

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

 a { background-color: rgb(143,171,159); }

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

border-color css

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

 span { border-color: rgb(143,171,159); }

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