Html Css Color HEX #8FA199 Cascade

📋 copy color: '#8FA199'

red 143 ◦ green 161 ◦ blue 153

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

Shades of Cascade #8FA199

Tints of Cascade #8FA199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 31.29%
G = 35.23%
B = 33.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#8FA199 (or 0x8FA199) is known color: Cascade. HEX triplet: 8F, A1 and 99. RGB value is (143,161,153). Sum of RGB (Red+Green+Blue) = 143+161+153=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA199 is #705E66. Grayscale: #9A9A9A. Windows color (decimal): -7364199 or 10068367. OLE color: 10068367.

HSL color Cylindrical-coordinate representation of color #8FA199: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA199 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 153 -
CMYK 0.11 0 0.05 0.37
HSL 153.33º 0.09% 0.6% -
HSV(B) 153.33º 0.11% 0.63% -
XYZ 29.82 33.63 35.06 -
YUV 154.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 143 161 153 0.11 0 0.05 0.37 153.33 0.09 0.6
Hex 8F A1 99 B 0 5 25 99 9 3C
Octal 217 241 231 13 0 5 45 231 11 74
Binary 10001111 10100001 10011001 1011 0 101 100101 10011001 1001 111100

Color Harmonies of #8FA199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA199

Black with #8FA199

Text Example


Text Example

White with #8FA199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,161,153); }

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

background-color css

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

 a { background-color: rgb(143,161,153); }

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

border-color css

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

 span { border-color: rgb(143,161,153); }

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