#A7F8DB

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

Shades of Magic Mint #A7F8DB

Tints of Magic Mint #A7F8DB

Color information

#A7F8DB (or 0xA7F8DB) is unknown color: approx Magic Mint. HEX triplet: A7, F8 and DB. RGB value is (167,248,219). Sum of RGB (Red+Green+Blue) = 167+248+219=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F8DB is #580724. Grayscale: #DCDCDC. Windows color (decimal): -5768997 or 14416039. OLE color: 14416039.

HSL color Cylindrical-coordinate representation of color #A7F8DB: hue angle of 158.52º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8DB is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB167248219-
CMYK0.3300.120.03
HSL158.52º85.26%81.37%-
HSV(B)158.52º32.66%97.25%-
XYZ62.2980.4679.27-
YUV220.48127.1689.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.34%
GREEN value IS 248 (97.27% from 255) = 39.12%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=26.34%
G=39.12%
B=34.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672482190.3300.120.03158.5285.2681.37
HexA7F8DB210C39f5551
Octal247370333410143237125121
Binary10100111111110001101101110000101100111001111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F8DB; }

 p { color: rgb(167,248,219); }

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

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

 a { background-color: rgb(167,248,219); }

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

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

 span { border-color: rgb(167,248,219); }

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