#A7F1CA

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

Shades of Magic Mint #A7F1CA

Tints of Magic Mint #A7F1CA

Color information

#A7F1CA (or 0xA7F1CA) is unknown color: approx Magic Mint. HEX triplet: A7, F1 and CA. RGB value is (167,241,202). Sum of RGB (Red+Green+Blue) = 167+241+202=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1CA is #580E35. Grayscale: #D6D6D6. Windows color (decimal): -5770806 or 13300135. OLE color: 13300135.

HSL color Cylindrical-coordinate representation of color #A7F1CA: hue angle of 148.38º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F1CA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB167241202-
CMYK0.3100.160.05
HSL148.38º72.55%80%-
HSV(B)148.38º30.71%94.51%-
XYZ58.0575.3967.37-
YUV214.43120.9894.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=27.38%
G=39.51%
B=33.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412020.3100.160.05148.3872.5580
HexA7F1CA1F0105944950
Octal247361312370205224111120
Binary101001111111000111001010111110100001011001010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1CA; }

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

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

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

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

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

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

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

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