#8EFAE4

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

Shades of Aquamarine #8EFAE4

Tints of Aquamarine #8EFAE4

Color information

#8EFAE4 (or 0x8EFAE4) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and E4. RGB value is (142,250,228). Sum of RGB (Red+Green+Blue) = 142+250+228=620 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.90% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAE4 is #71051B. Grayscale: #D7D7D7. Windows color (decimal): -7406876 or 15006350. OLE color: 15006350.

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

Color convert

RGB142250228-
CMYK0.4300.090.02
HSL167.78º91.53%76.86%-
HSV(B)167.78º43.2%98.04%-
XYZ59.3479.7285.66-
YUV215.2135.2275.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.90%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=22.90%
G=40.32%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502280.4300.090.02167.7891.5376.86
Hex8EFAE42B092a85c4d
Octal216372344530112250134115
Binary10001110111110101110010010101101001101010100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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