#A5E0C8

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

Shades of Magic Mint #A5E0C8

Tints of Magic Mint #A5E0C8

Color information

#A5E0C8 (or 0xA5E0C8) is unknown color: approx Magic Mint. HEX triplet: A5, E0 and C8. RGB value is (165,224,200). Sum of RGB (Red+Green+Blue) = 165+224+200=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0C8 is #5A1F37. Grayscale: #CBCBCB. Windows color (decimal): -5906232 or 13164709. OLE color: 13164709.

HSL color Cylindrical-coordinate representation of color #A5E0C8: hue angle of 155.59º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0C8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB165224200-
CMYK0.2600.110.12
HSL155.59º48.76%76.27%-
HSV(B)155.59º26.34%87.84%-
XYZ52.665.4864.51-
YUV203.62125.95100.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 200 (78.52% from 255) = 33.96%
R=28.01%
G=38.03%
B=33.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652242000.2600.110.12155.5948.7676.27
HexA5E0C81A0BC9c314c
Octal245340310320131423461114
Binary10100101111000001100100011010010111100100111001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0C8; }

 p { color: rgb(165,224,200); }

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

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

 a { background-color: rgb(165,224,200); }

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

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

 span { border-color: rgb(165,224,200); }

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