#8FB4AF

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

Shades of Conch #8FB4AF

Tints of Conch #8FB4AF

Color information

#8FB4AF (or 0x8FB4AF) is unknown color: approx Conch. HEX triplet: 8F, B4 and AF. RGB value is (143,180,175). Sum of RGB (Red+Green+Blue) = 143+180+175=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AF is #704B50. Grayscale: #A8A8A8. Windows color (decimal): -7359313 or 11515023. OLE color: 11515023.

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

Color convert

RGB143180175-
CMYK0.2100.030.29
HSL171.89º19.79%63.33%-
HSV(B)171.89º20.56%70.59%-
XYZ35.3941.5846.72-
YUV168.37131.74109.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=28.71%
G=36.14%
B=35.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801750.2100.030.29171.8919.7963.33
Hex8FB4AF15031Dac143f
Octal2172642572503352542477
Binary10001111101101001010111110101011111011010110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,175); }

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

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

 a { background-color: rgb(143,180,175); }

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

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

 span { border-color: rgb(143,180,175); }

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