#A8DFC2

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

Shades of Magic Mint #A8DFC2

Tints of Magic Mint #A8DFC2

Color information

#A8DFC2 (or 0xA8DFC2) is unknown color: approx Magic Mint. HEX triplet: A8, DF and C2. RGB value is (168,223,194). Sum of RGB (Red+Green+Blue) = 168+223+194=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFC2 is #57203D. Grayscale: #CBCBCB. Windows color (decimal): -5709886 or 12771240. OLE color: 12771240.

HSL color Cylindrical-coordinate representation of color #A8DFC2: hue angle of 148.36º 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 #A8DFC2 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB168223194-
CMYK0.2500.130.13
HSL148.36º46.22%76.67%-
HSV(B)148.36º24.66%87.45%-
XYZ52.276560.83-
YUV203.25122.78102.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.72%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=28.72%
G=38.12%
B=33.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682231940.2500.130.13148.3646.2276.67
HexA8DFC2190DD942e4d
Octal250337302310151522456115
Binary10101000110111111100001011001011011101100101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFC2; }

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

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

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

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

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

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

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

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