#8EB1AC

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

Shades of Sea Nymph #8EB1AC

Tints of Sea Nymph #8EB1AC

Color information

#8EB1AC (or 0x8EB1AC) is unknown color: approx Sea Nymph. HEX triplet: 8E, B1 and AC. RGB value is (142,177,172). Sum of RGB (Red+Green+Blue) = 142+177+172=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EB1AC is #714E53. Grayscale: #A5A5A5. Windows color (decimal): -7425620 or 11317646. OLE color: 11317646.

HSL color Cylindrical-coordinate representation of color #8EB1AC: hue angle of 171.43º 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 #8EB1AC is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB142177172-
CMYK0.2000.030.31
HSL171.43º18.32%62.55%-
HSV(B)171.43º19.77%69.41%-
XYZ34.3240.1744.97-
YUV165.96131.4110.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=28.92%
G=36.05%
B=35.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421771720.2000.030.31171.4318.3262.55
Hex8EB1AC14031Fab123f
Octal2162612542403372532277
Binary10001110101100011010110010100011111111010101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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