#A5ECCE

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

Shades of Magic Mint #A5ECCE

Tints of Magic Mint #A5ECCE

Color information

#A5ECCE (or 0xA5ECCE) is unknown color: approx Magic Mint. HEX triplet: A5, EC and CE. RGB value is (165,236,206). Sum of RGB (Red+Green+Blue) = 165+236+206=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECCE is #5A1331. Grayscale: #D3D3D3. Windows color (decimal): -5903154 or 13560997. OLE color: 13560997.

HSL color Cylindrical-coordinate representation of color #A5ECCE: hue angle of 154.65º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECCE is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB165236206-
CMYK0.3000.130.07
HSL154.65º65.14%78.63%-
HSV(B)154.65º30.08%92.55%-
XYZ56.6572.4569.39-
YUV211.35124.9894.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=27.18%
G=38.88%
B=33.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652362060.3000.130.07154.6565.1478.63
HexA5ECCE1E0D79b414f
Octal245354316360157233101117
Binary10100101111011001100111011110011011111001101110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECCE; }

 p { color: rgb(165,236,206); }

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

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

 a { background-color: rgb(165,236,206); }

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

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

 span { border-color: rgb(165,236,206); }

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