#A7FDDC

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

Shades of Magic Mint #A7FDDC

Tints of Magic Mint #A7FDDC

Color information

#A7FDDC (or 0xA7FDDC) is unknown color: approx Magic Mint. HEX triplet: A7, FD and DC. RGB value is (167,253,220). Sum of RGB (Red+Green+Blue) = 167+253+220=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FDDC is #580223. Grayscale: #DFDFDF. Windows color (decimal): -5767716 or 14482855. OLE color: 14482855.

HSL color Cylindrical-coordinate representation of color #A7FDDC: hue angle of 156.98º degrees, saturation: 0.96, 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 #A7FDDC is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB167253220-
CMYK0.3400.130.01
HSL156.98º95.56%82.35%-
HSV(B)156.98º33.99%99.22%-
XYZ63.9883.6380.48-
YUV223.52126.0187.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.09%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=26.09%
G=39.53%
B=34.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672532200.3400.130.01156.9895.5682.35
HexA7FDDC220D19d6052
Octal247375334420151235140122
Binary1010011111111101110111001000100110111001110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FDDC; }

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

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

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

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

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

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

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

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