#A8DCC3

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

Shades of Magic Mint #A8DCC3

Tints of Magic Mint #A8DCC3

Color information

#A8DCC3 (or 0xA8DCC3) is unknown color: approx Magic Mint. HEX triplet: A8, DC and C3. RGB value is (168,220,195). Sum of RGB (Red+Green+Blue) = 168+220+195=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCC3 is #57233C. Grayscale: #C9C9C9. Windows color (decimal): -5710653 or 12836008. OLE color: 12836008.

HSL color Cylindrical-coordinate representation of color #A8DCC3: hue angle of 151.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCC3 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB168220195-
CMYK0.2400.110.14
HSL151.15º42.62%76.08%-
HSV(B)151.15º23.64%86.27%-
XYZ51.5963.4561.16-
YUV201.6124.27104.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.82%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 195 (76.56% from 255) = 33.45%
R=28.82%
G=37.74%
B=33.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201950.2400.110.14151.1542.6276.08
HexA8DCC3180BE972b4c
Octal250334303300131622753114
Binary10101000110111001100001111000010111110100101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCC3; }

 p { color: rgb(168,220,195); }

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

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

 a { background-color: rgb(168,220,195); }

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

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

 span { border-color: rgb(168,220,195); }

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