#A7FBDB

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

Shades of Magic Mint #A7FBDB

Tints of Magic Mint #A7FBDB

Color information

#A7FBDB (or 0xA7FBDB) is unknown color: approx Magic Mint. HEX triplet: A7, FB and DB. RGB value is (167,251,219). Sum of RGB (Red+Green+Blue) = 167+251+219=637 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.22% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #A7FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FBDB is #580424. Grayscale: #DEDEDE. Windows color (decimal): -5768229 or 14416807. OLE color: 14416807.

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

Color convert

RGB167251219-
CMYK0.3300.130.02
HSL157.14º91.3%81.96%-
HSV(B)157.14º33.47%98.43%-
XYZ63.2282.3279.58-
YUV222.24126.1788.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.22%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=26.22%
G=39.40%
B=34.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672512190.3300.130.02157.1491.381.96
HexA7FBDB210D29d5b52
Octal247373333410152235133122
Binary10100111111110111101101110000101101101001110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FBDB; }

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

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

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

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

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

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

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

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