#A7FACA

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

Shades of Magic Mint #A7FACA

Tints of Magic Mint #A7FACA

Color information

#A7FACA (or 0xA7FACA) is unknown color: approx Magic Mint. HEX triplet: A7, FA and CA. RGB value is (167,250,202). Sum of RGB (Red+Green+Blue) = 167+250+202=619 (81% of max value = 765). Red value is 167 (65.62% from 255 or 26.98% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FACA is #580535. Grayscale: #DBDBDB. Windows color (decimal): -5768502 or 13302439. OLE color: 13302439.

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

Color convert

RGB167250202-
CMYK0.3300.190.02
HSL145.3º89.25%81.76%-
HSV(B)145.3º33.2%98.04%-
XYZ60.7880.8568.28-
YUV219.7111890.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.98%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=26.98%
G=40.39%
B=32.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672502020.3300.190.02145.389.2581.76
HexA7FACA210132915952
Octal247372312410232221131122
Binary101001111111101011001010100001010011101001000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FACA; }

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

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

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

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

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

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

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

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