#A5EDCC

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

Shades of Magic Mint #A5EDCC

Tints of Magic Mint #A5EDCC

Color information

#A5EDCC (or 0xA5EDCC) is unknown color: approx Magic Mint. HEX triplet: A5, ED and CC. RGB value is (165,237,204). Sum of RGB (Red+Green+Blue) = 165+237+204=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCC is #5A1233. Grayscale: #D3D3D3. Windows color (decimal): -5902900 or 13430181. OLE color: 13430181.

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

Color convert

RGB165237204-
CMYK0.3000.140.07
HSL152.5º66.67%78.82%-
HSV(B)152.5º30.38%92.94%-
XYZ56.772.9368.21-
YUV211.71123.6594.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=27.23%
G=39.11%
B=33.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372040.3000.140.07152.566.6778.82
HexA5EDCC1E0E798434f
Octal245355314360167230103117
Binary10100101111011011100110011110011101111001100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDCC; }

 p { color: rgb(165,237,204); }

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

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

 a { background-color: rgb(165,237,204); }

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

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

 span { border-color: rgb(165,237,204); }

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