#8FBEAC

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

Shades of Skeptic #8FBEAC

Tints of Skeptic #8FBEAC

Color information

#8FBEAC (or 0x8FBEAC) is unknown color: approx Skeptic. HEX triplet: 8F, BE and AC. RGB value is (143,190,172). Sum of RGB (Red+Green+Blue) = 143+190+172=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBEAC is #704153. Grayscale: #ADADAD. Windows color (decimal): -7356756 or 11320975. OLE color: 11320975.

HSL color Cylindrical-coordinate representation of color #8FBEAC: hue angle of 157.02º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBEAC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB143190172-
CMYK0.2500.090.25
HSL157.02º26.55%65.29%-
HSV(B)157.02º24.74%74.51%-
XYZ37.1945.6545.88-
YUV173.9126.93105.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=28.32%
G=37.62%
B=34.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431901720.2500.090.25157.0226.5565.29
Hex8FBEAC1909199d1b41
Octal217276254310113123533101
Binary10001111101111101010110011001010011100110011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,172); }

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

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

 a { background-color: rgb(143,190,172); }

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

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

 span { border-color: rgb(143,190,172); }

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