#8FBCAB

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

Shades of Skeptic #8FBCAB

Tints of Skeptic #8FBCAB

Color information

#8FBCAB (or 0x8FBCAB) is unknown color: approx Skeptic. HEX triplet: 8F, BC and AB. RGB value is (143,188,171). Sum of RGB (Red+Green+Blue) = 143+188+171=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCAB is #704354. Grayscale: #ACACAC. Windows color (decimal): -7357269 or 11254927. OLE color: 11254927.

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

Color convert

RGB143188171-
CMYK0.2400.090.26
HSL157.33º25.14%64.9%-
HSV(B)157.33º23.94%73.73%-
XYZ36.6644.7545.23-
YUV172.61127.09106.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=28.49%
G=37.45%
B=34.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881710.2400.090.26157.3325.1464.9
Hex8FBCAB18091A9d1941
Octal217274253300113223531101
Binary10001111101111001010101111000010011101010011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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