#8EFFE0

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

Shades of Aquamarine #8EFFE0

Tints of Aquamarine #8EFFE0

Color information

#8EFFE0 (or 0x8EFFE0) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and E0. RGB value is (142,255,224). Sum of RGB (Red+Green+Blue) = 142+255+224=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFE0 is #71001F. Grayscale: #D9D9D9. Windows color (decimal): -7405600 or 14745486. OLE color: 14745486.

HSL color Cylindrical-coordinate representation of color #8EFFE0: hue angle of 163.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFE0 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB142255224-
CMYK0.4400.120
HSL163.54º100%77.84%-
HSV(B)163.54º44.31%100%-
XYZ60.3782.6583.29-
YUV217.68131.5674.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.87%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=22.87%
G=41.06%
B=36.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552240.4400.120163.5410077.84
Hex8EFFE02C0C0a4644e
Octal216377340540140244144116
Binary1000111011111111111000001011000110001010010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,255,224); }

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

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

 a { background-color: rgb(142,255,224); }

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

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

 span { border-color: rgb(142,255,224); }

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