#A5FECF

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

Shades of Magic Mint #A5FECF

Tints of Magic Mint #A5FECF

Color information

#A5FECF (or 0xA5FECF) is unknown color: approx Magic Mint. HEX triplet: A5, FE and CF. RGB value is (165,254,207). Sum of RGB (Red+Green+Blue) = 165+254+207=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FECF is #5A0130. Grayscale: #DEDEDE. Windows color (decimal): -5898545 or 13631141. OLE color: 13631141.

HSL color Cylindrical-coordinate representation of color #A5FECF: hue angle of 148.31º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FECF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB165254207-
CMYK0.3500.190.00
HSL148.31º97.8%82.16%-
HSV(B)148.31º35.04%99.61%-
XYZ62.2283.3971.85-
YUV222.03119.5187.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 254 (99.61% from 255) = 40.58%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=26.36%
G=40.58%
B=33.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542070.3500.190.00148.3197.882.16
HexA5FECF230130946252
Octal245376317430230224142122
Binary10100101111111101100111110001101001101001010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FECF; }

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

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

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

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

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

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

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

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