#A7EACB

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

Shades of Magic Mint #A7EACB

Tints of Magic Mint #A7EACB

Color information

#A7EACB (or 0xA7EACB) is unknown color: approx Magic Mint. HEX triplet: A7, EA and CB. RGB value is (167,234,203). Sum of RGB (Red+Green+Blue) = 167+234+203=604 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.65% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A7EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EACB is #581534. Grayscale: #D2D2D2. Windows color (decimal): -5772597 or 13363879. OLE color: 13363879.

HSL color Cylindrical-coordinate representation of color #A7EACB: hue angle of 152.24º degrees, saturation: 0.61, 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 #A7EACB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB167234203-
CMYK0.2900.130.08
HSL152.24º61.47%78.63%-
HSV(B)152.24º28.63%91.76%-
XYZ56.1471.3767.32-
YUV210.43123.897.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.65%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=27.65%
G=38.74%
B=33.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672342030.2900.130.08152.2461.4778.63
HexA7EACB1D0D8983d4f
Octal247352313350151023075117
Binary10100111111010101100101111101011011000100110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EACB; }

 p { color: rgb(167,234,203); }

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

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

 a { background-color: rgb(167,234,203); }

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

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

 span { border-color: rgb(167,234,203); }

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