#A7FAD8

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

Shades of Magic Mint #A7FAD8

Tints of Magic Mint #A7FAD8

Color information

#A7FAD8 (or 0xA7FAD8) is unknown color: approx Magic Mint. HEX triplet: A7, FA and D8. RGB value is (167,250,216). Sum of RGB (Red+Green+Blue) = 167+250+216=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FAD8 is #580527. Grayscale: #DDDDDD. Windows color (decimal): -5768488 or 14219943. OLE color: 14219943.

HSL color Cylindrical-coordinate representation of color #A7FAD8: hue angle of 155.42º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FAD8 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB167250216-
CMYK0.3300.140.02
HSL155.42º89.25%81.76%-
HSV(B)155.42º33.2%98.04%-
XYZ62.5281.5477.41-
YUV221.3112589.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.38%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=26.38%
G=39.49%
B=34.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672502160.3300.140.02155.4289.2581.76
HexA7FAD8210E29b5952
Octal247372330410162233131122
Binary10100111111110101101100010000101110101001101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAD8; }

 p { color: rgb(167,250,216); }

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

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

 a { background-color: rgb(167,250,216); }

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

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

 span { border-color: rgb(167,250,216); }

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