#8FB5B1

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

Shades of Conch #8FB5B1

Tints of Conch #8FB5B1

Color information

#8FB5B1 (or 0x8FB5B1) is unknown color: approx Conch. HEX triplet: 8F, B5 and B1. RGB value is (143,181,177). Sum of RGB (Red+Green+Blue) = 143+181+177=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB5B1 is #704A4E. Grayscale: #A9A9A9. Windows color (decimal): -7359055 or 11646351. OLE color: 11646351.

HSL color Cylindrical-coordinate representation of color #8FB5B1: hue angle of 173.68º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB5B1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB143181177-
CMYK0.2100.020.29
HSL173.68º20.43%63.53%-
HSV(B)173.68º20.99%70.98%-
XYZ35.7942.0647.83-
YUV169.18132.41109.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=28.54%
G=36.13%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431811770.2100.020.29173.6820.4363.53
Hex8FB5B115021Dae1440
Octal21726526125023525624100
Binary100011111011010110110001101010101110110101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,177); }

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

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

 a { background-color: rgb(143,181,177); }

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

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

 span { border-color: rgb(143,181,177); }

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