#8EFACE

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

Shades of Aquamarine #8EFACE

Tints of Aquamarine #8EFACE

Color information

#8EFACE (or 0x8EFACE) is unknown color: approx Aquamarine. HEX triplet: 8E, FA and CE. RGB value is (142,250,206). Sum of RGB (Red+Green+Blue) = 142+250+206=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFACE is #710531. Grayscale: #D4D4D4. Windows color (decimal): -7406898 or 13564558. OLE color: 13564558.

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

Color convert

RGB142250206-
CMYK0.4300.180.02
HSL155.56º91.53%76.86%-
HSV(B)155.56º43.2%98.04%-
XYZ56.4878.5870.58-
YUV212.69124.2277.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.75%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=23.75%
G=41.81%
B=34.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422502060.4300.180.02155.5691.5376.86
Hex8EFACE2B01229c5c4d
Octal216372316530222234134115
Binary100011101111101011001110101011010010101001110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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