#8EEFD7

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

Shades of Aquamarine #8EEFD7

Tints of Aquamarine #8EEFD7

Color information

#8EEFD7 (or 0x8EEFD7) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and D7. RGB value is (142,239,215). Sum of RGB (Red+Green+Blue) = 142+239+215=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFD7 is #711028. Grayscale: #CFCFCF. Windows color (decimal): -7409705 or 14151566. OLE color: 14151566.

HSL color Cylindrical-coordinate representation of color #8EEFD7: hue angle of 165.15º 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 #8EEFD7 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB142239215-
CMYK0.4100.100.06
HSL165.15º75.19%74.71%-
HSV(B)165.15º40.59%93.73%-
XYZ54.2972.3975.4-
YUV207.26132.3681.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.83%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=23.83%
G=40.10%
B=36.07%

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
Decimal1422392150.4100.100.06165.1575.1974.71
Hex8EEFD7290A6a54b4b
Octal216357327510126245113113
Binary100011101110111111010111101001010101101010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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