#8EF2D2

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

Shades of Aquamarine #8EF2D2

Tints of Aquamarine #8EF2D2

Color information

#8EF2D2 (or 0x8EF2D2) is unknown color: approx Aquamarine. HEX triplet: 8E, F2 and D2. RGB value is (142,242,210). Sum of RGB (Red+Green+Blue) = 142+242+210=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF2D2 is #710D2D. Grayscale: #D0D0D0. Windows color (decimal): -7408942 or 13824654. OLE color: 13824654.

HSL color Cylindrical-coordinate representation of color #8EF2D2: hue angle of 160.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2D2 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB142242210-
CMYK0.4100.130.05
HSL160.8º79.37%75.29%-
HSV(B)160.8º41.32%94.9%-
XYZ54.5473.9172.36-
YUV208.45128.8780.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.91%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=23.91%
G=40.74%
B=35.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422422100.4100.130.05160.879.3775.29
Hex8EF2D2290D5a14f4b
Octal216362322510155241117113
Binary100011101111001011010010101001011011011010000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,242,210); }

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

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

 a { background-color: rgb(142,242,210); }

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

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

 span { border-color: rgb(142,242,210); }

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