#A5ECBF

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

Shades of Magic Mint #A5ECBF

Tints of Magic Mint #A5ECBF

Color information

#A5ECBF (or 0xA5ECBF) is unknown color: approx Magic Mint. HEX triplet: A5, EC and BF. RGB value is (165,236,191). Sum of RGB (Red+Green+Blue) = 165+236+191=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECBF is #5A1340. Grayscale: #D1D1D1. Windows color (decimal): -5903169 or 12577957. OLE color: 12577957.

HSL color Cylindrical-coordinate representation of color #A5ECBF: hue angle of 141.97º degrees, saturation: 0.65, 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 #A5ECBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB165236191-
CMYK0.3000.190.07
HSL141.97º65.14%78.63%-
HSV(B)141.97º30.08%92.55%-
XYZ54.9271.7560.25-
YUV209.64117.4896.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 191 (75% from 255) = 32.26%
R=27.87%
G=39.86%
B=32.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652361910.3000.190.07141.9765.1478.63
HexA5ECBF1E01378e414f
Octal245354277360237216101117
Binary101001011110110010111111111100100111111000111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECBF; }

 p { color: rgb(165,236,191); }

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

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

 a { background-color: rgb(165,236,191); }

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

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

 span { border-color: rgb(165,236,191); }

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