#A8FECE

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

Shades of Magic Mint #A8FECE

Tints of Magic Mint #A8FECE

Color information

#A8FECE (or 0xA8FECE) is unknown color: approx Magic Mint. HEX triplet: A8, FE and CE. RGB value is (168,254,206). Sum of RGB (Red+Green+Blue) = 168+254+206=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FECE is #570131. Grayscale: #DEDEDE. Windows color (decimal): -5701938 or 13565608. OLE color: 13565608.

HSL color Cylindrical-coordinate representation of color #A8FECE: hue angle of 146.51º 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 #A8FECE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB168254206-
CMYK0.3400.190.00
HSL146.51º97.73%82.75%-
HSV(B)146.51º33.86%99.61%-
XYZ62.7383.6671.24-
YUV222.81118.5188.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.75%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=26.75%
G=40.45%
B=32.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542060.3400.190.00146.5197.7382.75
HexA8FECE220130936253
Octal250376316420230223142123
Binary10101000111111101100111010001001001101001001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FECE; }

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

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

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

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

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

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

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

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