#A8DFC5

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

Shades of Magic Mint #A8DFC5

Tints of Magic Mint #A8DFC5

Color information

#A8DFC5 (or 0xA8DFC5) is unknown color: approx Magic Mint. HEX triplet: A8, DF and C5. RGB value is (168,223,197). Sum of RGB (Red+Green+Blue) = 168+223+197=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFC5 is #57203A. Grayscale: #CBCBCB. Windows color (decimal): -5709883 or 12967848. OLE color: 12967848.

HSL color Cylindrical-coordinate representation of color #A8DFC5: hue angle of 151.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFC5 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB168223197-
CMYK0.2500.120.13
HSL151.64º46.22%76.67%-
HSV(B)151.64º24.66%87.45%-
XYZ52.6165.1362.62-
YUV203.59124.28102.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=28.57%
G=37.93%
B=33.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231970.2500.120.13151.6446.2276.67
HexA8DFC5190CD982e4d
Octal250337305310141523056115
Binary10101000110111111100010111001011001101100110001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFC5; }

 p { color: rgb(168,223,197); }

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

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

 a { background-color: rgb(168,223,197); }

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

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

 span { border-color: rgb(168,223,197); }

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