#A7FFDC

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

Shades of Magic Mint #A7FFDC

Tints of Magic Mint #A7FFDC

Color information

#A7FFDC (or 0xA7FFDC) is unknown color: approx Magic Mint. HEX triplet: A7, FF and DC. RGB value is (167,255,220). Sum of RGB (Red+Green+Blue) = 167+255+220=642 (85% of max value = 765). Red value is 167 (65.62% from 255 or 26.01% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FFDC is #580023. Grayscale: #E0E0E0. Windows color (decimal): -5767204 or 14483367. OLE color: 14483367.

HSL color Cylindrical-coordinate representation of color #A7FFDC: hue angle of 156.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFDC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB167255220-
CMYK0.3500.140
HSL156.14º100%82.75%-
HSV(B)156.14º34.51%100%-
XYZ64.6184.980.69-
YUV224.7125.3586.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.01%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=26.01%
G=39.72%
B=34.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672552200.3500.140156.1410082.75
HexA7FFDC230E09c6453
Octal247377334430160234144123
Binary1010011111111111110111001000110111001001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FFDC; }

 p { color: rgb(167,255,220); }

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

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

 a { background-color: rgb(167,255,220); }

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

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

 span { border-color: rgb(167,255,220); }

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