#A5F3D6

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

Shades of Magic Mint #A5F3D6

Tints of Magic Mint #A5F3D6

Color information

#A5F3D6 (or 0xA5F3D6) is unknown color: approx Magic Mint. HEX triplet: A5, F3 and D6. RGB value is (165,243,214). Sum of RGB (Red+Green+Blue) = 165+243+214=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F3D6 is #5A0C29. Grayscale: #D8D8D8. Windows color (decimal): -5901354 or 14087077. OLE color: 14087077.

HSL color Cylindrical-coordinate representation of color #A5F3D6: hue angle of 157.69º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F3D6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB165243214-
CMYK0.3200.120.05
HSL157.69º76.47%80%-
HSV(B)157.69º32.1%95.29%-
XYZ59.7176.9675.33-
YUV216.37126.6691.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.53%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=26.53%
G=39.07%
B=34.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652432140.3200.120.05157.6976.4780
HexA5F3D6200C59e4c50
Octal245363326400145236114120
Binary101001011111001111010110100000011001011001111010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F3D6; }

 p { color: rgb(165,243,214); }

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

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

 a { background-color: rgb(165,243,214); }

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

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

 span { border-color: rgb(165,243,214); }

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