#8EFADB

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

Shades of Aquamarine #8EFADB

Tints of Aquamarine #8EFADB

Color information

#8EFADB (or 0x8EFADB) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and DB. RGB value is (142,250,219). Sum of RGB (Red+Green+Blue) = 142+250+219=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFADB is #710524. Grayscale: #D6D6D6. Windows color (decimal): -7406885 or 14416526. OLE color: 14416526.

HSL color Cylindrical-coordinate representation of color #8EFADB: hue angle of 162.78º 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 #8EFADB is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB142250219-
CMYK0.4300.120.02
HSL162.78º91.53%76.86%-
HSV(B)162.78º43.2%98.04%-
XYZ58.1379.2479.25-
YUV214.17130.7276.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.24%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=23.24%
G=40.92%
B=35.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502190.4300.120.02162.7891.5376.86
Hex8EFADB2B0C2a35c4d
Octal216372333530142243134115
Binary10001110111110101101101110101101100101010001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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