#8EB5B0

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

Shades of Conch #8EB5B0

Tints of Conch #8EB5B0

Color information

#8EB5B0 (or 0x8EB5B0) is unknown color: approx Conch. HEX triplet: 8E, B5 and B0. RGB value is (142,181,176). Sum of RGB (Red+Green+Blue) = 142+181+176=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB5B0 is #714A4F. Grayscale: #A8A8A8. Windows color (decimal): -7424592 or 11580814. OLE color: 11580814.

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

Color convert

RGB142181176-
CMYK0.2200.030.29
HSL172.31º20.86%63.33%-
HSV(B)172.31º21.55%70.98%-
XYZ35.5241.9347.3-
YUV168.77132.08108.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.46%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=28.46%
G=36.27%
B=35.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421811760.2200.030.29172.3120.8663.33
Hex8EB5B016031Dac153f
Octal2162652602603352542577
Binary10001110101101011011000010110011111011010110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,176); }

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

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

 a { background-color: rgb(142,181,176); }

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

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

 span { border-color: rgb(142,181,176); }

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