#8EFFC7

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

Shades of Aquamarine #8EFFC7

Tints of Aquamarine #8EFFC7

Color information

#8EFFC7 (or 0x8EFFC7) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and C7. RGB value is (142,255,199). Sum of RGB (Red+Green+Blue) = 142+255+199=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC7 is #710038. Grayscale: #D6D6D6. Windows color (decimal): -7405625 or 13107086. OLE color: 13107086.

HSL color Cylindrical-coordinate representation of color #8EFFC7: hue angle of 150.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFC7 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB142255199-
CMYK0.4400.220
HSL150.27º100%77.84%-
HSV(B)150.27º44.31%100%-
XYZ57.2281.3966.73-
YUV214.83119.0676.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.83%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=23.83%
G=42.79%
B=33.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422551990.4400.220150.2710077.84
Hex8EFFC72C016096644e
Octal216377307540260226144116
Binary10001110111111111100011110110001011001001011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,255,199); }

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

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

 a { background-color: rgb(142,255,199); }

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

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

 span { border-color: rgb(142,255,199); }

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