#A7EBC1

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

Shades of Magic Mint #A7EBC1

Tints of Magic Mint #A7EBC1

Color information

#A7EBC1 (or 0xA7EBC1) is unknown color: approx Magic Mint. HEX triplet: A7, EB and C1. RGB value is (167,235,193). Sum of RGB (Red+Green+Blue) = 167+235+193=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBC1 is #58143E. Grayscale: #D1D1D1. Windows color (decimal): -5772351 or 12708775. OLE color: 12708775.

HSL color Cylindrical-coordinate representation of color #A7EBC1: hue angle of 142.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBC1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB167235193-
CMYK0.2900.180.08
HSL142.94º62.96%78.82%-
HSV(B)142.94º28.94%92.16%-
XYZ55.2771.4861.34-
YUV209.88118.4797.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.07%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=28.07%
G=39.50%
B=32.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672351930.2900.180.08142.9462.9678.82
HexA7EBC11D01288f3f4f
Octal247353301350221021777117
Binary101001111110101111000001111010100101000100011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBC1; }

 p { color: rgb(167,235,193); }

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

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

 a { background-color: rgb(167,235,193); }

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

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

 span { border-color: rgb(167,235,193); }

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