#8EB3AF

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

Shades of Conch #8EB3AF

Tints of Conch #8EB3AF

Color information

#8EB3AF (or 0x8EB3AF) is unknown color: approx Conch. HEX triplet: 8E, B3 and AF. RGB value is (142,179,175). Sum of RGB (Red+Green+Blue) = 142+179+175=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB3AF is #714C50. Grayscale: #A7A7A7. Windows color (decimal): -7425105 or 11514766. OLE color: 11514766.

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

Color convert

RGB142179175-
CMYK0.2100.020.30
HSL173.51º19.58%62.94%-
HSV(B)173.51º20.67%70.2%-
XYZ35.0141.0946.64-
YUV167.48132.24109.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.63%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=28.63%
G=36.09%
B=35.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791750.2100.020.30173.5119.5862.94
Hex8EB3AF15021Eae143f
Octal2162632572502362562477
Binary10001110101100111010111110101010111101010111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,175); }

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

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

 a { background-color: rgb(142,179,175); }

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

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

 span { border-color: rgb(142,179,175); }

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