#8EFCCF

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

Shades of Aquamarine #8EFCCF

Tints of Aquamarine #8EFCCF

Color information

#8EFCCF (or 0x8EFCCF) is unknown color: approx Aquamarine. HEX triplet: 8E, FC and CF. RGB value is (142,252,207). Sum of RGB (Red+Green+Blue) = 142+252+207=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFCCF is #710330. Grayscale: #D6D6D6. Windows color (decimal): -7406385 or 13630606. OLE color: 13630606.

HSL color Cylindrical-coordinate representation of color #8EFCCF: hue angle of 155.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFCCF is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB142252207-
CMYK0.4400.180.01
HSL155.45º94.83%77.25%-
HSV(B)155.45º43.65%98.82%-
XYZ57.2379.8871.43-
YUV213.98124.0676.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.63%
GREEN value IS 252 (98.83% from 255) = 41.93%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=23.63%
G=41.93%
B=34.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422522070.4400.180.01155.4594.8377.25
Hex8EFCCF2C01219b5f4d
Octal216374317540221233137115
Binary10001110111111001100111110110001001011001101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,252,207); }

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

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

 a { background-color: rgb(142,252,207); }

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

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

 span { border-color: rgb(142,252,207); }

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