#A5FDC8

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

Shades of Magic Mint #A5FDC8

Tints of Magic Mint #A5FDC8

Color information

#A5FDC8 (or 0xA5FDC8) is unknown color: approx Magic Mint. HEX triplet: A5, FD and C8. RGB value is (165,253,200). Sum of RGB (Red+Green+Blue) = 165+253+200=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDC8 is #5A0237. Grayscale: #DCDCDC. Windows color (decimal): -5898808 or 13172133. OLE color: 13172133.

HSL color Cylindrical-coordinate representation of color #A5FDC8: hue angle of 143.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FDC8 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB165253200-
CMYK0.3500.210.01
HSL143.86º95.65%81.96%-
HSV(B)143.86º34.78%99.22%-
XYZ61.0782.4267.33-
YUV220.65116.3588.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.70%
GREEN value IS 253 (99.22% from 255) = 40.94%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=26.70%
G=40.94%
B=32.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652532000.3500.210.01143.8695.6581.96
HexA5FDC8230151906052
Octal245375310430251220140122
Binary10100101111111011100100010001101010111001000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FDC8; }

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

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

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

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

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

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

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

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