#8EFADA

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

Shades of Aquamarine #8EFADA

Tints of Aquamarine #8EFADA

Color information

#8EFADA (or 0x8EFADA) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and DA. RGB value is (142,250,218). Sum of RGB (Red+Green+Blue) = 142+250+218=610 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.28% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFADA is #710525. Grayscale: #D6D6D6. Windows color (decimal): -7406886 or 14350990. OLE color: 14350990.

HSL color Cylindrical-coordinate representation of color #8EFADA: hue angle of 162.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFADA is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB142250218-
CMYK0.4300.130.02
HSL162.22º91.53%76.86%-
HSV(B)162.22º43.2%98.04%-
XYZ5879.1878.56-
YUV214.06130.2276.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.28%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=23.28%
G=40.98%
B=35.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502180.4300.130.02162.2291.5376.86
Hex8EFADA2B0D2a25c4d
Octal216372332530152242134115
Binary10001110111110101101101010101101101101010001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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