#8EF8E5

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

Shades of Aquamarine #8EF8E5

Tints of Aquamarine #8EF8E5

Color information

#8EF8E5 (or 0x8EF8E5) is unknown color: approx Aquamarine. HEX triplet: 8E, F8 and E5. RGB value is (142,248,229). Sum of RGB (Red+Green+Blue) = 142+248+229=619 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.94% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF8E5 is #71071A. Grayscale: #D6D6D6. Windows color (decimal): -7407387 or 15071374. OLE color: 15071374.

HSL color Cylindrical-coordinate representation of color #8EF8E5: hue angle of 169.25º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EF8E5 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB142248229-
CMYK0.4300.080.03
HSL169.25º88.33%76.47%-
HSV(B)169.25º42.74%97.25%-
XYZ58.8778.5486.19-
YUV214.14136.3876.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.94%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=22.94%
G=40.06%
B=37.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422482290.4300.080.03169.2588.3376.47
Hex8EF8E52B083a9584c
Octal216370345530103251130114
Binary10001110111110001110010110101101000111010100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,248,229); }

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

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

 a { background-color: rgb(142,248,229); }

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

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

 span { border-color: rgb(142,248,229); }

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