#8EFAD5

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

Shades of Aquamarine #8EFAD5

Tints of Aquamarine #8EFAD5

Color information

#8EFAD5 (or 0x8EFAD5) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and D5. RGB value is (142,250,213). Sum of RGB (Red+Green+Blue) = 142+250+213=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAD5 is #71052A. Grayscale: #D5D5D5. Windows color (decimal): -7406891 or 14023310. OLE color: 14023310.

HSL color Cylindrical-coordinate representation of color #8EFAD5: hue angle of 159.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFAD5 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB142250213-
CMYK0.4300.150.02
HSL159.44º91.53%76.86%-
HSV(B)159.44º43.2%98.04%-
XYZ57.3578.9375.16-
YUV213.49127.7277.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.47%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=23.47%
G=41.32%
B=35.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502130.4300.150.02159.4491.5376.86
Hex8EFAD52B0F29f5c4d
Octal216372325530172237134115
Binary10001110111110101101010110101101111101001111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,213); }

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

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

 a { background-color: rgb(142,250,213); }

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

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

 span { border-color: rgb(142,250,213); }

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