#A5EBD5

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

Shades of Magic Mint #A5EBD5

Tints of Magic Mint #A5EBD5

Color information

#A5EBD5 (or 0xA5EBD5) is unknown color: approx Magic Mint. HEX triplet: A5, EB and D5. RGB value is (165,235,213). Sum of RGB (Red+Green+Blue) = 165+235+213=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBD5 is #5A142A. Grayscale: #D3D3D3. Windows color (decimal): -5903403 or 14019493. OLE color: 14019493.

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

Color convert

RGB165235213-
CMYK0.3000.090.08
HSL161.14º63.64%78.43%-
HSV(B)161.14º29.79%92.16%-
XYZ57.2472.2273.87-
YUV211.56128.8194.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=26.92%
G=38.34%
B=34.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352130.3000.090.08161.1463.6478.43
HexA5EBD51E098a1404e
Octal2453533253601110241100116
Binary101001011110101111010101111100100110001010000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBD5; }

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

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

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

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

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

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

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

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