Html Css Color HEX #8FABA3 Cascade

📋 copy color: '#8FABA3'

red 143 ◦ green 171 ◦ blue 163

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

Shades of Cascade #8FABA3

Tints of Cascade #8FABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.17%

R = 29.98%
G = 35.85%
B = 34.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8FABA3 (or 0x8FABA3) is known color: Cascade. HEX triplet: 8F, AB and A3. RGB value is (143,171,163). Sum of RGB (Red+Green+Blue) = 143+171+163=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA3 is #70545C. Grayscale: #A1A1A1. Windows color (decimal): -7361629 or 10726287. OLE color: 10726287.

HSL color Cylindrical-coordinate representation of color #8FABA3: hue angle of 162.86º 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 #8FABA3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 163 -
CMYK 0.16 0 0.05 0.33
HSL 162.86º 0.14% 0.62% -
HSV(B) 162.86º 0.16% 0.67% -
XYZ 32.5 37.61 40.2 -
YUV 161.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 143 171 163 0.16 0 0.05 0.33 162.86 0.14 0.62
Hex 8F AB A3 10 0 5 21 A3 E 3E
Octal 217 253 243 20 0 5 41 243 16 76
Binary 10001111 10101011 10100011 10000 0 101 100001 10100011 1110 111110

Color Harmonies of #8FABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABA3

Black with #8FABA3

Text Example


Text Example

White with #8FABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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