#A7FBDF

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

Shades of Magic Mint #A7FBDF

Tints of Magic Mint #A7FBDF

Color information

#A7FBDF (or 0xA7FBDF) is unknown color: approx Magic Mint. HEX triplet: A7, FB and DF. RGB value is (167,251,223). Sum of RGB (Red+Green+Blue) = 167+251+223=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBDF is #580420. Grayscale: #DEDEDE. Windows color (decimal): -5768225 or 14678951. OLE color: 14678951.

HSL color Cylindrical-coordinate representation of color #A7FBDF: hue angle of 160º degrees, saturation: 0.91, 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 #A7FBDF is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB167251223-
CMYK0.3300.110.02
HSL160º91.3%81.96%-
HSV(B)160º33.47%98.43%-
XYZ63.7582.5482.38-
YUV222.69128.1788.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=26.05%
G=39.16%
B=34.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672512230.3300.110.0216091.381.96
HexA7FBDF210B2a05b52
Octal247373337410132240133122
Binary10100111111110111101111110000101011101010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FBDF; }

 p { color: rgb(167,251,223); }

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

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

 a { background-color: rgb(167,251,223); }

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

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

 span { border-color: rgb(167,251,223); }

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