#8EB1AE

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

Shades of Conch #8EB1AE

Tints of Conch #8EB1AE

Color information

#8EB1AE (or 0x8EB1AE) is unknown color: approx Conch. HEX triplet: 8E, B1 and AE. RGB value is (142,177,174). Sum of RGB (Red+Green+Blue) = 142+177+174=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EB1AE is #714E51. Grayscale: #A6A6A6. Windows color (decimal): -7425618 or 11448718. OLE color: 11448718.

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

Color convert

RGB142177174-
CMYK0.2000.020.31
HSL174.86º18.32%62.55%-
HSV(B)174.86º19.77%69.41%-
XYZ34.5240.2545.99-
YUV166.19132.4110.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=28.80%
G=35.90%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421771740.2000.020.31174.8618.3262.55
Hex8EB1AE14021Faf123f
Octal2162612562402372572277
Binary10001110101100011010111010100010111111010111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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