#A5EDCB

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

Shades of Magic Mint #A5EDCB

Tints of Magic Mint #A5EDCB

Color information

#A5EDCB (or 0xA5EDCB) is unknown color: approx Magic Mint. HEX triplet: A5, ED and CB. RGB value is (165,237,203). Sum of RGB (Red+Green+Blue) = 165+237+203=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCB is #5A1234. Grayscale: #D3D3D3. Windows color (decimal): -5902901 or 13364645. OLE color: 13364645.

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

Color convert

RGB165237203-
CMYK0.3000.140.07
HSL151.67º66.67%78.82%-
HSV(B)151.67º30.38%92.94%-
XYZ56.5872.8867.58-
YUV211.6123.1594.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=27.27%
G=39.17%
B=33.55%

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
Decimal1652372030.3000.140.07151.6766.6778.82
HexA5EDCB1E0E798434f
Octal245355313360167230103117
Binary10100101111011011100101111110011101111001100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDCB; }

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

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

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

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

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

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

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

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