#A5F6CE

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

Shades of Magic Mint #A5F6CE

Tints of Magic Mint #A5F6CE

Color information

#A5F6CE (or 0xA5F6CE) is unknown color: approx Magic Mint. HEX triplet: A5, F6 and CE. RGB value is (165,246,206). Sum of RGB (Red+Green+Blue) = 165+246+206=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F6CE is #5A0931. Grayscale: #D9D9D9. Windows color (decimal): -5900594 or 13563557. OLE color: 13563557.

HSL color Cylindrical-coordinate representation of color #A5F6CE: hue angle of 150.37º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F6CE is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB165246206-
CMYK0.3300.160.04
HSL150.37º81.82%80.59%-
HSV(B)150.37º32.93%96.47%-
XYZ59.6178.3770.38-
YUV217.22121.6690.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=26.74%
G=39.87%
B=33.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652462060.3300.160.04150.3781.8280.59
HexA5F6CE210104965251
Octal245366316410204226122121
Binary1010010111110110110011101000010100001001001011010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F6CE; }

 p { color: rgb(165,246,206); }

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

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

 a { background-color: rgb(165,246,206); }

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

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

 span { border-color: rgb(165,246,206); }

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