#8ef7d0

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

Shades of Aquamarine #8EF7D0

Tints of Aquamarine #8EF7D0

Color information

#8EF7D0 (or 0x8EF7D0) is unknown color: approx Aquamarine. HEX triplet: 8E, F7 and D0. RGB value is (142,247,208). Sum of RGB (Red+Green+Blue) = 142+247+208=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF7D0 is #71082F. Grayscale: #D3D3D3. Windows color (decimal): -7407664 or 13694862. OLE color: 13694862.

HSL color Cylindrical-coordinate representation of color #8EF7D0: hue angle of 157.71º degrees, saturation: 0.87, 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 #8EF7D0 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB142247208-
CMYK0.4300.160.03
HSL157.71º86.78%76.27%-
HSV(B)157.71º42.51%96.86%-
XYZ55.876.8371.56-
YUV211.16126.2178.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=23.79%
G=41.37%
B=34.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422472080.4300.160.03157.7186.7876.27
Hex8EF7D02B01039e574c
Octal216367320530203236127114
Binary100011101111011111010000101011010000111001111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ef7d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,247,208); }

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

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

 a { background-color: rgb(142,247,208); }

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

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

 span { border-color: rgb(142,247,208); }

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