#A7EFC0

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

Shades of Magic Mint #A7EFC0

Tints of Magic Mint #A7EFC0

Color information

#A7EFC0 (or 0xA7EFC0) is unknown color: approx Magic Mint. HEX triplet: A7, EF and C0. RGB value is (167,239,192). Sum of RGB (Red+Green+Blue) = 167+239+192=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EFC0 is #58103F. Grayscale: #D4D4D4. Windows color (decimal): -5771328 or 12644263. OLE color: 12644263.

HSL color Cylindrical-coordinate representation of color #A7EFC0: hue angle of 140.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFC0 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB167239192-
CMYK0.3000.200.06
HSL140.83º69.23%79.61%-
HSV(B)140.83º30.13%93.73%-
XYZ56.3273.7561.14-
YUV212.11116.6595.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.93%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=27.93%
G=39.97%
B=32.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672391920.3000.200.06140.8369.2379.61
HexA7EFC01E01468d4550
Octal247357300360246215105120
Binary101001111110111111000000111100101001101000110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EFC0; }

 p { color: rgb(167,239,192); }

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

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

 a { background-color: rgb(167,239,192); }

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

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

 span { border-color: rgb(167,239,192); }

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