#A7F0CA

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

Shades of Magic Mint #A7F0CA

Tints of Magic Mint #A7F0CA

Color information

#A7F0CA (or 0xA7F0CA) is unknown color: approx Magic Mint. HEX triplet: A7, F0 and CA. RGB value is (167,240,202). Sum of RGB (Red+Green+Blue) = 167+240+202=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F0CA is #580F35. Grayscale: #D5D5D5. Windows color (decimal): -5771062 or 13299879. OLE color: 13299879.

HSL color Cylindrical-coordinate representation of color #A7F0CA: hue angle of 148.77º degrees, saturation: 0.71, 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 #A7F0CA is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB167240202-
CMYK0.3000.160.06
HSL148.77º70.87%79.8%-
HSV(B)148.77º30.42%94.12%-
XYZ57.7674.867.27-
YUV213.84121.3294.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 240 (94.14% from 255) = 39.41%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=27.42%
G=39.41%
B=33.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672402020.3000.160.06148.7770.8779.8
HexA7F0CA1E0106954750
Octal247360312360206225107120
Binary101001111111000011001010111100100001101001010110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0CA; }

 p { color: rgb(167,240,202); }

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

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

 a { background-color: rgb(167,240,202); }

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

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

 span { border-color: rgb(167,240,202); }

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