#8FB9A6

Color #8FB9A6 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #8FB9A6

Tints of Skeptic #8FB9A6

Color information

#8FB9A6 (or 0x8FB9A6) is unknown color: approx Skeptic. HEX triplet: 8F, B9 and A6. RGB value is (143,185,166). Sum of RGB (Red+Green+Blue) = 143+185+166=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB9A6 is #704659. Grayscale: #AAAAAA. Windows color (decimal): -7358042 or 10926479. OLE color: 10926479.

HSL color Cylindrical-coordinate representation of color #8FB9A6: hue angle of 152.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB9A6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB143185166-
CMYK0.2300.100.27
HSL152.86º23.08%64.31%-
HSV(B)152.86º22.7%72.55%-
XYZ35.5643.2942.56-
YUV170.28125.59108.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=28.95%
G=37.45%
B=33.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851660.2300.100.27152.8623.0864.31
Hex8FB9A6170A1B991740
Octal217271246270123323127100
Binary10001111101110011010011010111010101101110011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,166); }

 H1.HeaderClassName
 {
   color: #8FB9A6;
 }
 .AnyTagClassName
 {
   color: #8FB9A6;
 }
</style>
background-color css

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

 a { background-color: rgb(143,185,166); }

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

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

 span { border-color: rgb(143,185,166); }

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