#8FBCA8

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

Shades of Skeptic #8FBCA8

Tints of Skeptic #8FBCA8

Color information

#8FBCA8 (or 0x8FBCA8) is unknown color: approx Skeptic. HEX triplet: 8F, BC and A8. RGB value is (143,188,168). Sum of RGB (Red+Green+Blue) = 143+188+168=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA8 is #704357. Grayscale: #ACACAC. Windows color (decimal): -7357272 or 11058319. OLE color: 11058319.

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

Color convert

RGB143188168-
CMYK0.2400.110.26
HSL153.33º25.14%64.9%-
HSV(B)153.33º23.94%73.73%-
XYZ36.3844.6343.74-
YUV172.26125.59107.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=28.66%
G=37.68%
B=33.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881680.2400.110.26153.3325.1464.9
Hex8FBCA8180B1A991941
Octal217274250300133223131101
Binary10001111101111001010100011000010111101010011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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