#8FFEDE

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

Shades of Aquamarine #8FFEDE

Tints of Aquamarine #8FFEDE

Color information

#8FFEDE (or 0x8FFEDE) is unknown color: approx Aquamarine. HEX triplet: 8F, FE and DE. RGB value is (143,254,222). Sum of RGB (Red+Green+Blue) = 143+254+222=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFEDE is #700121. Grayscale: #D9D9D9. Windows color (decimal): -7340322 or 14614159. OLE color: 14614159.

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

Color convert

RGB143254222-
CMYK0.4400.130.00
HSL162.7º98.23%77.84%-
HSV(B)162.7º43.7%99.61%-
XYZ59.958281.77-
YUV217.16130.7375.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.10%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=23.10%
G=41.03%
B=35.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1432542220.4400.130.00162.798.2377.84
Hex8FFEDE2C0D0a3624e
Octal217376336540150243142116
Binary1000111111111110110111101011000110101010001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,254,222); }

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

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

 a { background-color: rgb(143,254,222); }

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

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

 span { border-color: rgb(143,254,222); }

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