#8FBBA5

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

Shades of Skeptic #8FBBA5

Tints of Skeptic #8FBBA5

Color information

#8FBBA5 (or 0x8FBBA5) is unknown color: approx Skeptic. HEX triplet: 8F, BB and A5. RGB value is (143,187,165). Sum of RGB (Red+Green+Blue) = 143+187+165=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBBA5 is #70445A. Grayscale: #ABABAB. Windows color (decimal): -7357531 or 10861455. OLE color: 10861455.

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

Color convert

RGB143187165-
CMYK0.2400.120.27
HSL150º24.44%64.71%-
HSV(B)150º23.53%73.33%-
XYZ35.8944.142.22-
YUV171.34124.42107.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.89%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=28.89%
G=37.78%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431871650.2400.120.2715024.4464.71
Hex8FBBA5180C1B961841
Octal217273245300143322630101
Binary10001111101110111010010111000011001101110010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,165); }

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

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

 a { background-color: rgb(143,187,165); }

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

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

 span { border-color: rgb(143,187,165); }

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