#A8FCCA

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

Shades of Magic Mint #A8FCCA

Tints of Magic Mint #A8FCCA

Color information

#A8FCCA (or 0xA8FCCA) is unknown color: approx Magic Mint. HEX triplet: A8, FC and CA. RGB value is (168,252,202). Sum of RGB (Red+Green+Blue) = 168+252+202=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCCA is #570335. Grayscale: #DDDDDD. Windows color (decimal): -5702454 or 13302952. OLE color: 13302952.

HSL color Cylindrical-coordinate representation of color #A8FCCA: hue angle of 144.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCCA is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB168252202-
CMYK0.3300.200.01
HSL144.29º93.33%82.35%-
HSV(B)144.29º33.33%98.82%-
XYZ61.6282.2168.5-
YUV221.18117.1790.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.01%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=27.01%
G=40.51%
B=32.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522020.3300.200.01144.2993.3382.35
HexA8FCCA210141905d52
Octal250374312410241220135122
Binary10101000111111001100101010000101010011001000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCCA; }

 p { color: rgb(168,252,202); }

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

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

 a { background-color: rgb(168,252,202); }

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

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

 span { border-color: rgb(168,252,202); }

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