#A5EDCF

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

Shades of Magic Mint #A5EDCF

Tints of Magic Mint #A5EDCF

Color information

#A5EDCF (or 0xA5EDCF) is unknown color: approx Magic Mint. HEX triplet: A5, ED and CF. RGB value is (165,237,207). Sum of RGB (Red+Green+Blue) = 165+237+207=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCF is #5A1230. Grayscale: #D4D4D4. Windows color (decimal): -5902897 or 13626789. OLE color: 13626789.

HSL color Cylindrical-coordinate representation of color #A5EDCF: hue angle of 155º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDCF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB165237207-
CMYK0.3000.130.07
HSL155º66.67%78.82%-
HSV(B)155º30.38%92.94%-
XYZ57.0673.0770.13-
YUV212.05125.1594.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.09%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=27.09%
G=38.92%
B=33.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652372070.3000.130.0715566.6778.82
HexA5EDCF1E0D79b434f
Octal245355317360157233103117
Binary10100101111011011100111111110011011111001101110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EDCF; }

 p { color: rgb(165,237,207); }

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

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

 a { background-color: rgb(165,237,207); }

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

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

 span { border-color: rgb(165,237,207); }

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