#8FBDAB

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

Shades of Skeptic #8FBDAB

Tints of Skeptic #8FBDAB

Color information

#8FBDAB (or 0x8FBDAB) is unknown color: approx Skeptic. HEX triplet: 8F, BD and AB. RGB value is (143,189,171). Sum of RGB (Red+Green+Blue) = 143+189+171=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBDAB is #704254. Grayscale: #ADADAD. Windows color (decimal): -7357013 or 11255183. OLE color: 11255183.

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

Color convert

RGB143189171-
CMYK0.2400.100.26
HSL156.52º25.84%65.1%-
HSV(B)156.52º24.34%74.12%-
XYZ36.8845.1845.3-
YUV173.19126.76106.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=28.43%
G=37.57%
B=34.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431891710.2400.100.26156.5225.8465.1
Hex8FBDAB180A1A9d1a41
Octal217275253300123223532101
Binary10001111101111011010101111000010101101010011101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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