#8FB1AE

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

Shades of Conch #8FB1AE

Tints of Conch #8FB1AE

Color information

#8FB1AE (or 0x8FB1AE) is unknown color: approx Conch. HEX triplet: 8F, B1 and AE. RGB value is (143,177,174). Sum of RGB (Red+Green+Blue) = 143+177+174=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB1AE is #704E51. Grayscale: #A6A6A6. Windows color (decimal): -7360082 or 11448719. OLE color: 11448719.

HSL color Cylindrical-coordinate representation of color #8FB1AE: hue angle of 174.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FB1AE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB143177174-
CMYK0.1900.020.31
HSL174.71º17.89%62.75%-
HSV(B)174.71º19.21%69.41%-
XYZ34.6940.3446-
YUV166.49132.24111.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=28.95%
G=35.83%
B=35.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431771740.1900.020.31174.7117.8962.75
Hex8FB1AE13021Faf123f
Octal2172612562302372572277
Binary10001111101100011010111010011010111111010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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