#8FC3A9

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

Shades of Skeptic #8FC3A9

Tints of Skeptic #8FC3A9

Color information

#8FC3A9 (or 0x8FC3A9) is unknown color: approx Skeptic. HEX triplet: 8F, C3 and A9. RGB value is (143,195,169). Sum of RGB (Red+Green+Blue) = 143+195+169=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC3A9 is #703C56. Grayscale: #B0B0B0. Windows color (decimal): -7355479 or 11125647. OLE color: 11125647.

HSL color Cylindrical-coordinate representation of color #8FC3A9: hue angle of 150º 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 #8FC3A9 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB143195169-
CMYK0.2700.130.24
HSL150º30.23%66.27%-
HSV(B)150º26.67%76.47%-
XYZ3847.7344.75-
YUV176.49123.77104.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.21%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=28.21%
G=38.46%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431951690.2700.130.2415030.2366.27
Hex8FC3A91B0D18961e42
Octal217303251330153022636102
Binary10001111110000111010100111011011011100010010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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