#A2ECCF

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

Shades of Magic Mint #A2ECCF

Tints of Magic Mint #A2ECCF

Color information

#A2ECCF (or 0xA2ECCF) is unknown color: approx Magic Mint. HEX triplet: A2, EC and CF. RGB value is (162,236,207). Sum of RGB (Red+Green+Blue) = 162+236+207=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECCF is #5D1330. Grayscale: #D2D2D2. Windows color (decimal): -6099761 or 13626530. OLE color: 13626530.

HSL color Cylindrical-coordinate representation of color #A2ECCF: hue angle of 156.49º degrees, saturation: 0.66, 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 #A2ECCF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB162236207-
CMYK0.3100.120.07
HSL156.49º66.07%78.04%-
HSV(B)156.49º31.36%92.55%-
XYZ56.1672.1870-
YUV210.57125.9893.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.78%
GREEN value IS 236 (92.58% from 255) = 39.01%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=26.78%
G=39.01%
B=34.21%

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
Decimal1622362070.3100.120.07156.4966.0778.04
HexA2ECCF1F0C79c424e
Octal242354317370147234102116
Binary10100010111011001100111111111011001111001110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECCF; }

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

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

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

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

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

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

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

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