#8EEFCD

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

Shades of Aquamarine #8EEFCD

Tints of Aquamarine #8EEFCD

Color information

#8EEFCD (or 0x8EEFCD) is unknown color: approx Aquamarine. HEX triplet: 8E, EF and CD. RGB value is (142,239,205). Sum of RGB (Red+Green+Blue) = 142+239+205=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFCD is #711032. Grayscale: #CECECE. Windows color (decimal): -7409715 or 13496206. OLE color: 13496206.

HSL color Cylindrical-coordinate representation of color #8EEFCD: hue angle of 158.97º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFCD is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB142239205-
CMYK0.4100.140.06
HSL158.97º75.19%74.71%-
HSV(B)158.97º40.59%93.73%-
XYZ53.0471.8968.84-
YUV206.12127.3682.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.23%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=24.23%
G=40.78%
B=34.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422392050.4100.140.06158.9775.1974.71
Hex8EEFCD290E69f4b4b
Octal216357315510166237113113
Binary100011101110111111001101101001011101101001111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,205); }

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

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

 a { background-color: rgb(142,239,205); }

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

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

 span { border-color: rgb(142,239,205); }

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