#A5F6D0

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

Shades of Magic Mint #A5F6D0

Tints of Magic Mint #A5F6D0

Color information

#A5F6D0 (or 0xA5F6D0) is unknown color: approx Magic Mint. HEX triplet: A5, F6 and D0. RGB value is (165,246,208). Sum of RGB (Red+Green+Blue) = 165+246+208=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F6D0 is #5A092F. Grayscale: #D9D9D9. Windows color (decimal): -5900592 or 13694629. OLE color: 13694629.

HSL color Cylindrical-coordinate representation of color #A5F6D0: hue angle of 151.85º 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 #A5F6D0 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB165246208-
CMYK0.3300.150.04
HSL151.85º81.82%80.59%-
HSV(B)151.85º32.93%96.47%-
XYZ59.8678.4671.66-
YUV217.45122.6690.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 246 (96.48% from 255) = 39.74%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=26.66%
G=39.74%
B=33.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652462080.3300.150.04151.8581.8280.59
HexA5F6D0210F4985251
Octal245366320410174230122121
Binary101001011111011011010000100001011111001001100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F6D0; }

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

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

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

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

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

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

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

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