#A5EFC1

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

Shades of Magic Mint #A5EFC1

Tints of Magic Mint #A5EFC1

Color information

#A5EFC1 (or 0xA5EFC1) is unknown color: approx Magic Mint. HEX triplet: A5, EF and C1. RGB value is (165,239,193). Sum of RGB (Red+Green+Blue) = 165+239+193=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFC1 is #5A103E. Grayscale: #D3D3D3. Windows color (decimal): -5902399 or 12709797. OLE color: 12709797.

HSL color Cylindrical-coordinate representation of color #A5EFC1: hue angle of 142.7º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFC1 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB165239193-
CMYK0.3100.190.06
HSL142.7º69.81%79.22%-
HSV(B)142.7º30.96%93.73%-
XYZ56.0173.5861.7-
YUV211.63117.4894.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 193 (75.78% from 255) = 32.33%
R=27.64%
G=40.03%
B=32.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652391930.3100.190.06142.769.8179.22
HexA5EFC11F01368f464f
Octal245357301370236217106117
Binary101001011110111111000001111110100111101000111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EFC1; }

 p { color: rgb(165,239,193); }

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

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

 a { background-color: rgb(165,239,193); }

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

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

 span { border-color: rgb(165,239,193); }

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