#8FBCA6

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

Shades of Skeptic #8FBCA6

Tints of Skeptic #8FBCA6

Color information

#8FBCA6 (or 0x8FBCA6) is unknown color: approx Skeptic. HEX triplet: 8F, BC and A6. RGB value is (143,188,166). Sum of RGB (Red+Green+Blue) = 143+188+166=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA6 is #704359. Grayscale: #ACACAC. Windows color (decimal): -7357274 or 10927247. OLE color: 10927247.

HSL color Cylindrical-coordinate representation of color #8FBCA6: hue angle of 150.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCA6 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB143188166-
CMYK0.2400.120.26
HSL150.67º25.14%64.9%-
HSV(B)150.67º23.94%73.73%-
XYZ36.1944.5642.77-
YUV172.04124.59107.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=28.77%
G=37.83%
B=33.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881660.2400.120.26150.6725.1464.9
Hex8FBCA6180C1A971941
Octal217274246300143222731101
Binary10001111101111001010011011000011001101010010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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