#8EFEC1

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

Shades of Aquamarine #8EFEC1

Tints of Aquamarine #8EFEC1

Color information

#8EFEC1 (or 0x8EFEC1) is unknown color: approx Aquamarine. HEX triplet: 8E, FE and C1. RGB value is (142,254,193). Sum of RGB (Red+Green+Blue) = 142+254+193=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #8EFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFEC1 is #71013E. Grayscale: #D5D5D5. Windows color (decimal): -7405887 or 12713614. OLE color: 12713614.

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

Color convert

RGB142254193-
CMYK0.4400.240.00
HSL147.32º98.25%77.65%-
HSV(B)147.32º44.09%99.61%-
XYZ56.2280.4863.02-
YUV213.56116.3976.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.11%
GREEN value IS 254 (99.61% from 255) = 43.12%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=24.11%
G=43.12%
B=32.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422541930.4400.240.00147.3298.2577.65
Hex8EFEC12C018093624e
Octal216376301540300223142116
Binary10001110111111101100000110110001100001001001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,254,193); }

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

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

 a { background-color: rgb(142,254,193); }

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

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

 span { border-color: rgb(142,254,193); }

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