#8EF9DD

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

Shades of Aquamarine #8EF9DD

Tints of Aquamarine #8EF9DD

Color information

#8EF9DD (or 0x8EF9DD) is unknown color: approx Aquamarine. HEX triplet: 8E, F9 and DD. RGB value is (142,249,221). Sum of RGB (Red+Green+Blue) = 142+249+221=612 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.20% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #8EF9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF9DD is #710622. Grayscale: #D5D5D5. Windows color (decimal): -7407139 or 14547342. OLE color: 14547342.

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

Color convert

RGB142249221-
CMYK0.4300.110.02
HSL164.3º89.92%76.67%-
HSV(B)164.3º42.97%97.65%-
XYZ58.0878.7280.54-
YUV213.82132.0576.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.20%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=23.20%
G=40.69%
B=36.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422492210.4300.110.02164.389.9276.67
Hex8EF9DD2B0B2a45a4d
Octal216371335530132244132115
Binary10001110111110011101110110101101011101010010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,249,221); }

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

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

 a { background-color: rgb(142,249,221); }

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

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

 span { border-color: rgb(142,249,221); }

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