#A8FDC8

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

Shades of Magic Mint #A8FDC8

Tints of Magic Mint #A8FDC8

Color information

#A8FDC8 (or 0xA8FDC8) is unknown color: approx Magic Mint. HEX triplet: A8, FD and C8. RGB value is (168,253,200). Sum of RGB (Red+Green+Blue) = 168+253+200=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDC8 is #570237. Grayscale: #DDDDDD. Windows color (decimal): -5702200 or 13172136. OLE color: 13172136.

HSL color Cylindrical-coordinate representation of color #A8FDC8: hue angle of 142.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDC8 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB168253200-
CMYK0.3400.210.01
HSL142.59º95.51%82.55%-
HSV(B)142.59º33.6%99.22%-
XYZ61.782.7567.36-
YUV221.54115.8489.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.05%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=27.05%
G=40.74%
B=32.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532000.3400.210.01142.5995.5182.55
HexA8FDC82201518f6053
Octal250375310420251217140123
Binary10101000111111011100100010001001010111000111111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDC8; }

 p { color: rgb(168,253,200); }

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

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

 a { background-color: rgb(168,253,200); }

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

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

 span { border-color: rgb(168,253,200); }

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