#8EF6DA

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

Shades of Aquamarine #8EF6DA

Tints of Aquamarine #8EF6DA

Color information

#8EF6DA (or 0x8EF6DA) is unknown color: approx Aquamarine. HEX triplet: 8E, F6 and DA. RGB value is (142,246,218). Sum of RGB (Red+Green+Blue) = 142+246+218=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF6DA is #710925. Grayscale: #D3D3D3. Windows color (decimal): -7407910 or 14349966. OLE color: 14349966.

HSL color Cylindrical-coordinate representation of color #8EF6DA: hue angle of 163.85º 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 #8EF6DA is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB142246218-
CMYK0.4200.110.04
HSL163.85º85.25%76.08%-
HSV(B)163.85º42.28%96.47%-
XYZ56.7776.7278.15-
YUV211.71131.5478.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.43%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=23.43%
G=40.59%
B=35.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422462180.4200.110.04163.8585.2576.08
Hex8EF6DA2A0B4a4554c
Octal216366332520134244125114
Binary100011101111011011011010101010010111001010010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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