#8EEFD6

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

Shades of Aquamarine #8EEFD6

Tints of Aquamarine #8EEFD6

Color information

#8EEFD6 (or 0x8EEFD6) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and D6. RGB value is (142,239,214). Sum of RGB (Red+Green+Blue) = 142+239+214=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFD6 is #711029. Grayscale: #CFCFCF. Windows color (decimal): -7409706 or 14086030. OLE color: 14086030.

HSL color Cylindrical-coordinate representation of color #8EEFD6: hue angle of 164.54º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFD6 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB142239214-
CMYK0.4100.100.06
HSL164.54º75.19%74.71%-
HSV(B)164.54º40.59%93.73%-
XYZ54.1672.3474.73-
YUV207.15131.8681.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.87%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=23.87%
G=40.17%
B=35.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422392140.4100.100.06164.5475.1974.71
Hex8EEFD6290A6a54b4b
Octal216357326510126245113113
Binary100011101110111111010110101001010101101010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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