#8EF0D4

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

Shades of Aquamarine #8EF0D4

Tints of Aquamarine #8EF0D4

Color information

#8EF0D4 (or 0x8EF0D4) is unknown color: approx Aquamarine. HEX triplet: 8E, F0 and D4. RGB value is (142,240,212). Sum of RGB (Red+Green+Blue) = 142+240+212=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF0D4 is #710F2B. Grayscale: #CFCFCF. Windows color (decimal): -7409452 or 13955214. OLE color: 13955214.

HSL color Cylindrical-coordinate representation of color #8EF0D4: hue angle of 162.86º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF0D4 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB142240212-
CMYK0.4100.120.06
HSL162.86º76.56%74.9%-
HSV(B)162.86º40.83%94.12%-
XYZ54.272.8273.49-
YUV207.51130.5381.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.91%
GREEN value IS 240 (94.14% from 255) = 40.40%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=23.91%
G=40.40%
B=35.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422402120.4100.120.06162.8676.5674.9
Hex8EF0D4290C6a34d4b
Octal216360324510146243115113
Binary100011101111000011010100101001011001101010001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,240,212); }

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

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

 a { background-color: rgb(142,240,212); }

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

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

 span { border-color: rgb(142,240,212); }

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