#8EFFD6

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

Shades of Aquamarine #8EFFD6

Tints of Aquamarine #8EFFD6

Color information

#8EFFD6 (or 0x8EFFD6) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and D6. RGB value is (142,255,214). Sum of RGB (Red+Green+Blue) = 142+255+214=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFD6 is #710029. Grayscale: #D8D8D8. Windows color (decimal): -7405610 or 14090126. OLE color: 14090126.

HSL color Cylindrical-coordinate representation of color #8EFFD6: hue angle of 158.23º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFD6 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB142255214-
CMYK0.4400.160
HSL158.23º100%77.84%-
HSV(B)158.23º44.31%100%-
XYZ59.0582.1376.36-
YUV216.54126.5674.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.24%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=23.24%
G=41.73%
B=35.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552140.4400.160158.2310077.84
Hex8EFFD62C01009e644e
Octal216377326540200236144116
Binary10001110111111111101011010110001000001001111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,255,214); }

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

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

 a { background-color: rgb(142,255,214); }

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

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

 span { border-color: rgb(142,255,214); }

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