#A7FCDD

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

Shades of Magic Mint #A7FCDD

Tints of Magic Mint #A7FCDD

Color information

#A7FCDD (or 0xA7FCDD) is unknown color: approx Magic Mint. HEX triplet: A7, FC and DD. RGB value is (167,252,221). Sum of RGB (Red+Green+Blue) = 167+252+221=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCDD is #580322. Grayscale: #DFDFDF. Windows color (decimal): -5767971 or 14548135. OLE color: 14548135.

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

Color convert

RGB167252221-
CMYK0.3400.120.01
HSL158.12º93.41%82.16%-
HSV(B)158.12º33.73%98.82%-
XYZ63.883.0681.08-
YUV223.05126.8488.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.09%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=26.09%
G=39.38%
B=34.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672522210.3400.120.01158.1293.4182.16
HexA7FCDD220C19e5d52
Octal247374335420141236135122
Binary1010011111111100110111011000100110011001111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FCDD; }

 p { color: rgb(167,252,221); }

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

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

 a { background-color: rgb(167,252,221); }

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

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

 span { border-color: rgb(167,252,221); }

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