#8EF6C7

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

Shades of Aquamarine #8EF6C7

Tints of Aquamarine #8EF6C7

Color information

#8EF6C7 (or 0x8EF6C7) is unknown color: approx Aquamarine. HEX triplet: 8E, F6 and C7. RGB value is (142,246,199). Sum of RGB (Red+Green+Blue) = 142+246+199=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF6C7 is #710938. Grayscale: #D1D1D1. Windows color (decimal): -7407929 or 13104782. OLE color: 13104782.

HSL color Cylindrical-coordinate representation of color #8EF6C7: hue angle of 152.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF6C7 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB142246199-
CMYK0.4200.190.04
HSL152.88º85.25%76.08%-
HSV(B)152.88º42.28%96.47%-
XYZ54.4275.7965.79-
YUV209.55122.0479.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.19%
GREEN value IS 246 (96.48% from 255) = 41.91%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=24.19%
G=41.91%
B=33.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422461990.4200.190.04152.8885.2576.08
Hex8EF6C72A013499554c
Octal216366307520234231125114
Binary1000111011110110110001111010100100111001001100110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,246,199); }

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

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

 a { background-color: rgb(142,246,199); }

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

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

 span { border-color: rgb(142,246,199); }

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