#8FC3AC

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

Shades of Skeptic #8FC3AC

Tints of Skeptic #8FC3AC

Color information

#8FC3AC (or 0x8FC3AC) is unknown color: approx Skeptic. HEX triplet: 8F, C3 and AC. RGB value is (143,195,172). Sum of RGB (Red+Green+Blue) = 143+195+172=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC3AC is #703C53. Grayscale: #B0B0B0. Windows color (decimal): -7355476 or 11322255. OLE color: 11322255.

HSL color Cylindrical-coordinate representation of color #8FC3AC: hue angle of 153.46º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FC3AC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB143195172-
CMYK0.2700.120.24
HSL153.46º30.23%66.27%-
HSV(B)153.46º26.67%76.47%-
XYZ38.2947.8546.25-
YUV176.83125.27103.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.04%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=28.04%
G=38.24%
B=33.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951720.2700.120.24153.4630.2366.27
Hex8FC3AC1B0C18991e42
Octal217303254330143023136102
Binary10001111110000111010110011011011001100010011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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