#A5F8CD

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

Shades of Magic Mint #A5F8CD

Tints of Magic Mint #A5F8CD

Color information

#A5F8CD (or 0xA5F8CD) is unknown color: approx Magic Mint. HEX triplet: A5, F8 and CD. RGB value is (165,248,205). Sum of RGB (Red+Green+Blue) = 165+248+205=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8CD is #5A0732. Grayscale: #DADADA. Windows color (decimal): -5900083 or 13498533. OLE color: 13498533.

HSL color Cylindrical-coordinate representation of color #A5F8CD: hue angle of 148.92º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8CD is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB165248205-
CMYK0.3300.170.03
HSL148.92º85.57%80.98%-
HSV(B)148.92º33.47%97.25%-
XYZ60.179.5469.94-
YUV218.28120.590-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.70%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=26.70%
G=40.13%
B=33.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652482050.3300.170.03148.9285.5780.98
HexA5F8CD210113955651
Octal245370315410213225126121
Binary101001011111100011001101100001010001111001010110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F8CD; }

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

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

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

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

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

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

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

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