#8EB4AF

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

Shades of Sea Nymph #8EB4AF

Tints of Sea Nymph #8EB4AF

Color information

#8EB4AF (or 0x8EB4AF) is unknown color: approx Sea Nymph. HEX triplet: 8E, B4 and AF. RGB value is (142,180,175). Sum of RGB (Red+Green+Blue) = 142+180+175=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB4AF is #714B50. Grayscale: #A8A8A8. Windows color (decimal): -7424849 or 11515022. OLE color: 11515022.

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

Color convert

RGB142180175-
CMYK0.2100.030.29
HSL172.11º20.21%63.14%-
HSV(B)172.11º21.11%70.59%-
XYZ35.2141.4946.71-
YUV168.07131.91109.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=28.57%
G=36.22%
B=35.21%

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
Decimal1421801750.2100.030.29172.1120.2163.14
Hex8EB4AF15031Dac143f
Octal2162642572503352542477
Binary10001110101101001010111110101011111011010110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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