#8FBEAB

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

Shades of Skeptic #8FBEAB

Tints of Skeptic #8FBEAB

Color information

#8FBEAB (or 0x8FBEAB) is unknown color: approx Skeptic. HEX triplet: 8F, BE and AB. RGB value is (143,190,171). Sum of RGB (Red+Green+Blue) = 143+190+171=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBEAB is #704154. Grayscale: #ADADAD. Windows color (decimal): -7356757 or 11255439. OLE color: 11255439.

HSL color Cylindrical-coordinate representation of color #8FBEAB: hue angle of 155.74º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBEAB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB143190171-
CMYK0.2500.100.25
HSL155.74º26.55%65.29%-
HSV(B)155.74º24.74%74.51%-
XYZ37.0945.6145.38-
YUV173.78126.43106.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=28.37%
G=37.70%
B=33.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431901710.2500.100.25155.7426.5565.29
Hex8FBEAB190A199c1b41
Octal217276253310123123433101
Binary10001111101111101010101111001010101100110011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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