#8EF7C4

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

Shades of Aquamarine #8EF7C4

Tints of Aquamarine #8EF7C4

Color information

#8EF7C4 (or 0x8EF7C4) is unknown color: approx Aquamarine. HEX triplet: 8E, F7 and C4. RGB value is (142,247,196). Sum of RGB (Red+Green+Blue) = 142+247+196=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF7C4 is #71083B. Grayscale: #D1D1D1. Windows color (decimal): -7407676 or 12908430. OLE color: 12908430.

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

Color convert

RGB142247196-
CMYK0.4300.210.03
HSL150.86º86.78%76.27%-
HSV(B)150.86º42.51%96.86%-
XYZ54.3876.2664.08-
YUV209.79120.2179.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.27%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=24.27%
G=42.22%
B=33.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422471960.4300.210.03150.8686.7876.27
Hex8EF7C42B015397574c
Octal216367304530253227127114
Binary100011101111011111000100101011010101111001011110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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