#A8FEDE

Color #A8FEDE Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A8FEDE

Tints of Magic Mint #A8FEDE

Color information

#A8FEDE (or 0xA8FEDE) is unknown color: approx Magic Mint. HEX triplet: A8, FE and DE. RGB value is (168,254,222). Sum of RGB (Red+Green+Blue) = 168+254+222=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FEDE is #570121. Grayscale: #E0E0E0. Windows color (decimal): -5701922 or 14614184. OLE color: 14614184.

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

Color convert

RGB168254222-
CMYK0.3400.130.00
HSL157.67º97.73%82.75%-
HSV(B)157.67º33.86%99.61%-
XYZ64.7884.4882-
YUV224.64126.5187.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.09%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=26.09%
G=39.44%
B=34.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542220.3400.130.00157.6797.7382.75
HexA8FEDE220D09e6253
Octal250376336420150236142123
Binary1010100011111110110111101000100110101001111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEDE; }

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

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

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

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

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

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

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

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