#8CFEDA

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

Shades of Aquamarine #8CFEDA

Tints of Aquamarine #8CFEDA

Color information

#8CFEDA (or 0x8CFEDA) is unknown color: approx Aquamarine. HEX triplet: 8C, FE and DA. RGB value is (140,254,218). Sum of RGB (Red+Green+Blue) = 140+254+218=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFEDA is #730125. Grayscale: #D7D7D7. Windows color (decimal): -7536934 or 14352012. OLE color: 14352012.

HSL color Cylindrical-coordinate representation of color #8CFEDA: hue angle of 161.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEDA is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB140254218-
CMYK0.4500.140.00
HSL161.05º98.28%77.25%-
HSV(B)161.05º44.88%99.61%-
XYZ58.9181.5278.96-
YUV215.81129.2373.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 254 (99.61% from 255) = 41.50%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=22.88%
G=41.50%
B=35.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402542180.4500.140.00161.0598.2877.25
Hex8CFEDA2D0E0a1624d
Octal214376332550160241142115
Binary1000110011111110110110101011010111001010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,254,218); }

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

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

 a { background-color: rgb(140,254,218); }

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

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

 span { border-color: rgb(140,254,218); }

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