#A5EBCD

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

Shades of Magic Mint #A5EBCD

Tints of Magic Mint #A5EBCD

Color information

#A5EBCD (or 0xA5EBCD) is unknown color: approx Magic Mint. HEX triplet: A5, EB and CD. RGB value is (165,235,205). Sum of RGB (Red+Green+Blue) = 165+235+205=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCD is #5A1432. Grayscale: #D2D2D2. Windows color (decimal): -5903411 or 13495205. OLE color: 13495205.

HSL color Cylindrical-coordinate representation of color #A5EBCD: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBCD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB165235205-
CMYK0.3000.130.08
HSL154.29º63.64%78.43%-
HSV(B)154.29º29.79%92.16%-
XYZ56.2471.8268.66-
YUV210.65124.8195.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=27.27%
G=38.84%
B=33.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352050.3000.130.08154.2963.6478.43
HexA5EBCD1E0D89a404e
Octal2453533153601510232100116
Binary101001011110101111001101111100110110001001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBCD; }

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

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

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

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

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

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

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

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