#8EFFEC

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

Shades of Aquamarine #8EFFEC

Tints of Aquamarine #8EFFEC

Color information

#8EFFEC (or 0x8EFFEC) is unknown color: approx Aquamarine. HEX triplet: 8E, FF and EC. RGB value is (142,255,236). Sum of RGB (Red+Green+Blue) = 142+255+236=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFEC is #710013. Grayscale: #DBDBDB. Windows color (decimal): -7405588 or 15531918. OLE color: 15531918.

HSL color Cylindrical-coordinate representation of color #8EFFEC: hue angle of 169.91º 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 #8EFFEC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB142255236-
CMYK0.4400.070
HSL169.91º100%77.84%-
HSV(B)169.91º44.31%100%-
XYZ62.0683.3392.17-
YUV219.05137.5673.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.43%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=22.43%
G=40.28%
B=37.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422552360.4400.070169.9110077.84
Hex8EFFEC2C070aa644e
Octal21637735454070252144116
Binary100011101111111111101100101100011101010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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