#A8FCCD

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

Shades of Magic Mint #A8FCCD

Tints of Magic Mint #A8FCCD

Color information

#A8FCCD (or 0xA8FCCD) is unknown color: approx Magic Mint. HEX triplet: A8, FC and CD. RGB value is (168,252,205). Sum of RGB (Red+Green+Blue) = 168+252+205=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCCD is #570332. Grayscale: #DDDDDD. Windows color (decimal): -5702451 or 13499560. OLE color: 13499560.

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

Color convert

RGB168252205-
CMYK0.3300.190.01
HSL146.43º93.33%82.35%-
HSV(B)146.43º33.33%98.82%-
XYZ61.9882.3570.39-
YUV221.53118.6789.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=26.88%
G=40.32%
B=32.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682522050.3300.190.01146.4393.3382.35
HexA8FCCD210131925d52
Octal250374315410231222135122
Binary10101000111111001100110110000101001111001001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FCCD; }

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

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

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

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

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

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

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

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