#A4ECCF

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

Shades of Magic Mint #A4ECCF

Tints of Magic Mint #A4ECCF

Color information

#A4ECCF (or 0xA4ECCF) is unknown color: approx Magic Mint. HEX triplet: A4, EC and CF. RGB value is (164,236,207). Sum of RGB (Red+Green+Blue) = 164+236+207=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECCF is #5B1330. Grayscale: #D3D3D3. Windows color (decimal): -5968689 or 13626532. OLE color: 13626532.

HSL color Cylindrical-coordinate representation of color #A4ECCF: hue angle of 155.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECCF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB164236207-
CMYK0.3100.120.07
HSL155.83º65.45%78.43%-
HSV(B)155.83º30.51%92.55%-
XYZ56.5772.3970.02-
YUV211.17125.6594.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=27.02%
G=38.88%
B=34.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642362070.3100.120.07155.8365.4578.43
HexA4ECCF1F0C79c414e
Octal244354317370147234101116
Binary10100100111011001100111111111011001111001110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECCF; }

 p { color: rgb(164,236,207); }

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

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

 a { background-color: rgb(164,236,207); }

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

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

 span { border-color: rgb(164,236,207); }

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