#A5ECCD

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

Shades of Magic Mint #A5ECCD

Tints of Magic Mint #A5ECCD

Color information

#A5ECCD (or 0xA5ECCD) is unknown color: approx Magic Mint. HEX triplet: A5, EC and CD. RGB value is (165,236,205). Sum of RGB (Red+Green+Blue) = 165+236+205=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECCD is #5A1332. Grayscale: #D3D3D3. Windows color (decimal): -5903155 or 13495461. OLE color: 13495461.

HSL color Cylindrical-coordinate representation of color #A5ECCD: hue angle of 153.8º 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 #A5ECCD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB165236205-
CMYK0.3000.130.07
HSL153.8º65.14%78.63%-
HSV(B)153.8º30.08%92.55%-
XYZ56.5372.468.75-
YUV211.24124.4895.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=27.23%
G=38.94%
B=33.83%

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
Decimal1652362050.3000.130.07153.865.1478.63
HexA5ECCD1E0D79a414f
Octal245354315360157232101117
Binary10100101111011001100110111110011011111001101010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECCD; }

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

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

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

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

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

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

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

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